StartPointXOffset Property

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

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

Syntax

C#

public PropertyDouble StartPointXOffset { get; }

Visual Basic

Public ReadOnly Property StartPointXOffset As PropertyDouble
	Get

Visual C++

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

See Also