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.280
Syntax
C#
public sealed class CalculatedLink : CalculatedSubentity
VB
Public NotInheritable Class CalculatedLink Inherits CalculatedSubentity
C++
public ref class CalculatedLink sealed : public CalculatedSubentity
The CalculatedLink type exposes the following members.
Properties
| Name | Description | |
|---|---|---|
| CalculatedPoints | Gets the collection of CalculatedPoints associated with the CalculatedLink. | |
| CorridorCodes |
Gets the collection of codes associated with the CalculatedLink.
(Overrides CalculatedSubentityCorridorCodes) | |
| CorridorId |
Gets the ObjectId of the parent Corridor.
(Inherited from CalculatedSubentity) | |
| DrawOverride | Gets the draw override type of the CalculatedLink (CorridorLinkDrawOverride enumeration). | |
| SubassemblyBelongedTo |
Gets the AppliedSubassembly this calculated subentity belongs to.
(Inherited from CalculatedSubentity) |
