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