Shapes Property

Gets the collection of shapes.

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

Syntax

C#

public ShapeCollection Shapes { get; }

Visual Basic

Public ReadOnly Property Shapes As ShapeCollection
	Get

Visual C++

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

See Also