Gets or sets the marker style.
Namespace: Autodesk.Civil.DatabaseServices.StylesAssembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.4.208.0
Syntax
C#
public ObjectId MarkerStyle { get; set; }
Visual Basic
Public Property MarkerStyle As ObjectId
Get
Set
Visual C++
public: property ObjectId MarkerStyle { ObjectId get (); void set (ObjectId value); }
Remarks
OBJECTID TYPE: Autodesk.Civil.DatabaseServices.Styles.MarkerStyle
Exceptions
Exception | Condition |
---|---|
System.ArgumentException | Thrown when the ObjectId is null, invalid or not a roadway mark style id. |