Share

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.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

 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)

See Also

Reference

Was this information helpful?