Share

CorridorState.Shapes Property

Gets the collection of shapes.



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

Syntax

C#

public ShapeCollection Shapes { get; }

VB

Public ReadOnly Property Shapes As ShapeCollection
	Get

C++

public:
property ShapeCollection^ Shapes {
	ShapeCollection^ get ();
}

Property Value

ShapeCollection

See Also

Reference

Was this information helpful?