Share

LabelStyleLineComponent.StyleGeneral.StartPointAnchorPoint Property

Note: This API is now obsolete.

Gets the location on the start point anchor component where the start point of the line 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.LabelStyleLineComponent.StyleGeneral.StartAnchorPoint instead.", 
	false)]
public PropertyEnum<AnchorLocationType> StartPointAnchorPoint { get; }

VB

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

C++

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

Property Value

PropertyEnumAnchorLocationType

See Also

Reference

Was this information helpful?