CorridorFeatureLineStyleId Property |
Gets or Sets the FeatureLine's style Id.
Namespace: Autodesk.Civil.DatabaseServicesAssembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.292
Syntaxpublic ObjectId StyleId { get; set; }Public Property StyleId As ObjectId
Get
Set
public:
property ObjectId StyleId {
ObjectId get ();
void set (ObjectId value);
}Property Value
ObjectId
Exceptions| Exception | Condition |
|---|
| ArgumentException |
Thrown when the style Id is invalid.
|
Remarks
OBJECTID TYPE: Autodesk.Civil.DatabaseServices.Styles.FeatureLineStyle
See Also