CalculatedPoint Class

A CalculatedPoint is the basic component that defines the stucture of an AppliedSubassembly.
Inheritance Hierarchy
SystemObject
  [T:Autodesk.Civil.CivilWrapper<AeccDbCorridor>]
    Autodesk.Civil.DatabaseServicesCalculatedSubentity
      Autodesk.Civil.DatabaseServicesCalculatedPoint

Namespace: Autodesk.Civil.DatabaseServices
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.292
Syntax
public sealed class CalculatedPoint : CalculatedSubentity

The CalculatedPoint type exposes the following members.

Properties
 NameDescription
Public propertyCorridorCodes Gets the collection of codes associated with the CalculatedPoint.
(Overrides CalculatedSubentityCorridorCodes)
Public propertyCorridorId Gets the ObjectId of the parent Corridor.
(Inherited from CalculatedSubentity)
Public propertyNormalToBaseline Gets the normal to baseline vector.
Public propertyNormalToSubassembly Gets the normal to subassembly vector.
Public propertyStationOffsetElevationToBaseline Gets the Station (X), offset to baseline (Y) and elevation from baseline (Z) for the point.
Public propertyStationOffsetElevationToSubassembly Gets the Station (X), offset to subassembly (Y) and elevation from subassembly (Z) for the point.
Public propertySubassemblyBelongedTo Gets the AppliedSubassembly this calculated subentity belongs to.
(Inherited from CalculatedSubentity)
Public propertyXYZ Get the world coordinates for the point
Top
See Also