AnchorLocation Property

Gets the location on the anchor component where the point of the block component is attached.

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

Syntax

C#

public PropertyAnchorPoint AnchorLocation { get; }

Visual Basic

Public ReadOnly Property AnchorLocation As PropertyAnchorPoint
	Get

Visual C++

public:
property PropertyAnchorPoint^ AnchorLocation {
	PropertyAnchorPoint^ get ();
}

See Also