LabelGroupSubEntityAnchorMarkerStyleId Property |
Gets or sets the anchor marker style.
Namespace: Autodesk.Civil.DatabaseServicesAssembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.292
Syntaxpublic virtual ObjectId AnchorMarkerStyleId { get; set; }Public Overridable Property AnchorMarkerStyleId As ObjectId
Get
Set
public:
virtual property ObjectId AnchorMarkerStyleId {
ObjectId get ();
void set (ObjectId value);
}Property Value
ObjectIdImplements
ICommonLabelAnchorMarkerStyleId
Exceptions| Exception | Condition |
|---|
| InvalidOperationException |
Thrown when anchor markers are not supported by the label object.
|
See Also