LabelStyleLineComponentStyleGeneralEndPointAnchorPoint Property |
Note: This API is now obsolete.
Gets the location on the end point anchor component where the end point of the line component is attached.
Namespace: Autodesk.Civil.DatabaseServices.StylesAssembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.292
Syntax[ObsoleteAttribute("Use Autodesk.Civil.DatabaseServices.Styles.LabelStyleLineComponent.StyleGeneral.EndAnchorPoint instead.",
false)]
public PropertyEnum<AnchorLocationType> EndPointAnchorPoint { get; }
<ObsoleteAttribute("Use Autodesk.Civil.DatabaseServices.Styles.LabelStyleLineComponent.StyleGeneral.EndAnchorPoint instead.",
false)>
Public ReadOnly Property EndPointAnchorPoint As PropertyEnum(Of AnchorLocationType)
Get
public:
[ObsoleteAttribute(L"Use Autodesk.Civil.DatabaseServices.Styles.LabelStyleLineComponent.StyleGeneral.EndAnchorPoint instead.",
false)]
property PropertyEnum<AnchorLocationType>^ EndPointAnchorPoint {
PropertyEnum<AnchorLocationType>^ get ();
}
Property Value
PropertyEnumAnchorLocationType
See Also