AppliedAssemblyShapes Property |
Gets the collection of CalculatedShapes in this AppliedAssembly.
Namespace: Autodesk.Civil.DatabaseServicesAssembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.292
Syntaxpublic CalculatedShapeCollection Shapes { get; }
Public ReadOnly Property Shapes As CalculatedShapeCollection
Get
public:
property CalculatedShapeCollection^ Shapes {
CalculatedShapeCollection^ get ();
}
Property Value
CalculatedShapeCollection
See Also