Share

AppliedSubassembly.Shapes Property

Gets the collection of CalculatedShapes in this AppliedSubssembly.



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

Syntax

C#

public CalculatedShapeCollection Shapes { get; }

VB

Public ReadOnly Property Shapes As CalculatedShapeCollection
	Get

C++

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

Property Value

CalculatedShapeCollection

See Also

Reference

Was this information helpful?