Share

CorridorState.Points Property

Gets the collection of points.



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

Syntax

C#

public PointCollection Points { get; }

VB

Public ReadOnly Property Points As PointCollection
	Get

C++

public:
property PointCollection^ Points {
	PointCollection^ get ();
}

Property Value

PointCollection

See Also

Reference

Was this information helpful?