A CalculatedShape is defined from links and defines a closed region that represents materials used in a corridor model.
Inheritance Hierarchy
SystemObject[T:Autodesk.Civil.CivilWrapper<AeccDbCorridor>]
Autodesk.Civil.DatabaseServicesCalculatedSubentity
Autodesk.Civil.DatabaseServicesCalculatedShape
Namespace: Autodesk.Civil.DatabaseServices
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.280
Syntax
C#
public sealed class CalculatedShape : CalculatedSubentity
VB
Public NotInheritable Class CalculatedShape Inherits CalculatedSubentity
C++
public ref class CalculatedShape sealed : public CalculatedSubentity
The CalculatedShape type exposes the following members.
Properties
| Name | Description | |
|---|---|---|
| Area | Gets the area of the CalculatedShape. | |
| CalculatedLinks | Gets the collection of links that make up the CalculatedShape. | |
| CorridorCodes |
Gets the collection of codes associated with the CalculatedShape.
(Overrides CalculatedSubentityCorridorCodes) | |
| CorridorId |
Gets the ObjectId of the parent Corridor.
(Inherited from CalculatedSubentity) | |
| SubassemblyBelongedTo |
Gets the AppliedSubassembly this calculated subentity belongs to.
(Inherited from CalculatedSubentity) |
