CalculatedShape Class

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.292
Syntax
public sealed class CalculatedShape : CalculatedSubentity

The CalculatedShape type exposes the following members.

Properties
 NameDescription
Public propertyArea Gets the area of the CalculatedShape.
Public propertyCalculatedLinks Gets the collection of links that make up the CalculatedShape.
Public propertyCorridorCodes Gets the collection of codes associated with the CalculatedShape.
(Overrides CalculatedSubentityCorridorCodes)
Public propertyCorridorId Gets the ObjectId of the parent Corridor.
(Inherited from CalculatedSubentity)
Public propertySubassemblyBelongedTo Gets the AppliedSubassembly this calculated subentity belongs to.
(Inherited from CalculatedSubentity)
Top
See Also