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.7.0.1276
Syntax
C#
public PropertyAnchorPoint AnchorLocation { get; }
VB
Public ReadOnly Property AnchorLocation As PropertyAnchorPoint Get
C++
public: property PropertyAnchorPoint^ AnchorLocation { PropertyAnchorPoint^ get (); }