CalculatedLink Class

The CalculatedLink class.

A CalculatedLink joins two CalculatedPoint objects, and is a component of an AppliedSubassembly object, which in turn makes up an AppliedAssembly object that defines the profile of a Corridor.

Inheritance Hierarchy
SystemObject
  [T:Autodesk.Civil.CivilWrapper<AeccDbCorridor>]
    Autodesk.Civil.DatabaseServicesCalculatedSubentity
      Autodesk.Civil.DatabaseServicesCalculatedLink

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

The CalculatedLink type exposes the following members.

Properties
 NameDescription
Public propertyCalculatedPoints Gets the collection of CalculatedPoints associated with the CalculatedLink.
Public propertyCorridorCodes Gets the collection of codes associated with the CalculatedLink.
(Overrides CalculatedSubentityCorridorCodes)
Public propertyCorridorId Gets the ObjectId of the parent Corridor.
(Inherited from CalculatedSubentity)
Public propertyDrawOverride Gets the draw override type of the CalculatedLink (CorridorLinkDrawOverride enumeration).
Public propertySubassemblyBelongedTo Gets the AppliedSubassembly this calculated subentity belongs to.
(Inherited from CalculatedSubentity)
Top
See Also