FeatureLinePoints Property

Gets the collection of all points that make up the feature line.

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

Syntax

C#

public FeatureLinePointCollection FeatureLinePoints { get; }

Visual Basic

Public ReadOnly Property FeatureLinePoints As FeatureLinePointCollection
	Get

Visual C++

public:
property FeatureLinePointCollection^ FeatureLinePoints {
	FeatureLinePointCollection^ get ();
}

See Also