Sets the profile's style Id.
Namespace: Autodesk.Civil.DatabaseServicesAssembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.7.0.1190
Syntaxpublic override ObjectId StyleId { set; }Public Overrides WriteOnly Property StyleId As ObjectId
Set
public:
virtual property ObjectId StyleId {
void set (ObjectId value) override;
}Property Value
ObjectId
Exceptions| Exception | Condition |
|---|
| ArgumentException |
Thrown when setting the property with an object id which type is not ProfileStyle.
|
Remarks
OBJECTID TYPE: Autodesk.Civil.DatabaseServices.Styles.ProfileStyle
See Also