CalculatedSubentity Class

Parent class for the CalculatedShape, CalculatedLink and CalculatedPoint interfaces.
Inheritance Hierarchy
SystemObject
  [T:Autodesk.Civil.CivilWrapper<AeccDbCorridor>]
    Autodesk.Civil.DatabaseServicesCalculatedSubentity
      Autodesk.Civil.DatabaseServicesCalculatedLink
      Autodesk.Civil.DatabaseServicesCalculatedPoint
      Autodesk.Civil.DatabaseServicesCalculatedShape

Namespace: Autodesk.Civil.DatabaseServices
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.292
Syntax
public abstract class CalculatedSubentity : [T:Autodesk.Civil.CivilWrapper<AeccDbCorridor>]

The CalculatedSubentity type exposes the following members.

Properties
 NameDescription
Public propertyCorridorCodes Gets the collection of CorridorCode objects.
Public propertyCorridorId Gets the ObjectId of the parent Corridor.
Public propertySubassemblyBelongedTo Gets the AppliedSubassembly this calculated subentity belongs to.
Top
See Also