Share

LabelStyleBlockComponent.StyleGeneral.AnchorPoint Property

Note: This API is now obsolete.

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.8.0.280

Syntax

C#

[ObsoleteAttribute("Use Autodesk.Civil.DatabaseServices.Styles.LabelStyleBlockComponent.StyleGeneral.AnchorLocation instead.", 
	false)]
public PropertyEnum<AnchorLocationType> AnchorPoint { get; }

VB

<ObsoleteAttribute("Use Autodesk.Civil.DatabaseServices.Styles.LabelStyleBlockComponent.StyleGeneral.AnchorLocation instead.", 
	false)>
Public ReadOnly Property AnchorPoint As PropertyEnum(Of AnchorLocationType)
	Get

C++

public:
[ObsoleteAttribute(L"Use Autodesk.Civil.DatabaseServices.Styles.LabelStyleBlockComponent.StyleGeneral.AnchorLocation instead.", 
	false)]
property PropertyEnum<AnchorLocationType>^ AnchorPoint {
	PropertyEnum<AnchorLocationType>^ get ();
}

Property Value

PropertyEnumAnchorLocationType

See Also

Reference

Was this information helpful?