ParcelStyleParcelSegmentsMarkerStyle Property |
Gets or sets the segments marker style ObjectId.
Namespace: Autodesk.Civil.DatabaseServices.StylesAssembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.292
Syntaxpublic ObjectId ParcelSegmentsMarkerStyle { get; set; }
Public Property ParcelSegmentsMarkerStyle As ObjectId
Get
Set
public:
property ObjectId ParcelSegmentsMarkerStyle {
ObjectId get ();
void set (ObjectId value);
}
Property Value
ObjectId
ExceptionsException | Condition |
---|
ArgumentException |
Thrown when the ObjectId type is not Autodesk.Civil.DatabaseServices.Styles.MarkerStyle.
|
See Also