Share

LabelStyleLineComponent.StyleLine.EndPointXOffset Property

Gets the offsets the line end point from the end point anchor point in the X direction.



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

Syntax

C#

public PropertyDouble EndPointXOffset { get; }

VB

Public ReadOnly Property EndPointXOffset As PropertyDouble
	Get

C++

public:
property PropertyDouble^ EndPointXOffset {
	PropertyDouble^ get ();
}

Property Value

PropertyDouble

See Also

Reference

Was this information helpful?