Share

LabelGroupSubEntity.AnchorMarkerStyleId Property

Gets or sets the anchor marker style.



Namespace: Autodesk.Civil.DatabaseServices
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.280

Syntax

C#

public virtual ObjectId AnchorMarkerStyleId { get; set; }

VB

Public Overridable Property AnchorMarkerStyleId As ObjectId
	Get
	Set

C++

public:
virtual property ObjectId AnchorMarkerStyleId {
	ObjectId get ();
	void set (ObjectId value);
}

Property Value

ObjectId

Implements

ICommonLabelAnchorMarkerStyleId

Exceptions

ExceptionCondition
InvalidOperationException Thrown when anchor markers are not supported by the label object.

See Also

Reference

Was this information helpful?