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.280
Syntax
C#
public sealed class CalculatedPoint : CalculatedSubentity
VB
Public NotInheritable Class CalculatedPoint Inherits CalculatedSubentity
C++
public ref class CalculatedPoint sealed : public CalculatedSubentity
The CalculatedPoint type exposes the following members.
Properties
| Name | Description | |
|---|---|---|
| CorridorCodes |
Gets the collection of codes associated with the CalculatedPoint.
(Overrides CalculatedSubentityCorridorCodes) | |
| CorridorId |
Gets the ObjectId of the parent Corridor.
(Inherited from CalculatedSubentity) | |
| NormalToBaseline | Gets the normal to baseline vector. | |
| NormalToSubassembly | Gets the normal to subassembly vector. | |
| StationOffsetElevationToBaseline | Gets the Station (X), offset to baseline (Y) and elevation from baseline (Z) for the point. | |
| StationOffsetElevationToSubassembly | Gets the Station (X), offset to subassembly (Y) and elevation from subassembly (Z) for the point. | |
| SubassemblyBelongedTo |
Gets the AppliedSubassembly this calculated subentity belongs to.
(Inherited from CalculatedSubentity) | |
| XYZ | Get the world coordinates for the point |
