Share

CalculatedLinkCollection Class

A calculated link is a collection of calculated points (CalculatedPoint) which are connected to form a line. Calculated shapes (CalculatedShape) are made up of calculated links.

Inheritance Hierarchy

SystemObject
  [T:Autodesk.Civil.CivilWrapper<AeccDbCorridor>]
    Autodesk.Civil.DatabaseServicesCalculatedLinkCollection


Namespace: Autodesk.Civil.DatabaseServices
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.280

Syntax

C#

public sealed class CalculatedLinkCollection : [T:Autodesk.Civil.CivilWrapper<AeccDbCorridor>], 
	IEnumerable<CalculatedLink>

VB

Public NotInheritable Class CalculatedLinkCollection
	Inherits [T:Autodesk.Civil.CivilWrapper<AeccDbCorridor>]
	Implements IEnumerable(Of CalculatedLink)

C++

public ref class CalculatedLinkCollection sealed : public [T:Autodesk.Civil.CivilWrapper<AeccDbCorridor>], 
	IEnumerable<CalculatedLink^>

The CalculatedLinkCollection type exposes the following members.

Properties

 NameDescription
Public propertyCorridorId Gets the ID of the parent Corridor.
Public propertyCount Gets the number of CalculatedLink objects in this collection.
Public propertyItem 

Methods

 NameDescription
Public methodAdd Adds a link with two specified points.
Public methodGetEnumerator Implement the method declare in IEnumerable<T> interface. This method return an enumertor which can be use to enumerate this collection.
Public methodGetObjectEnumerator Implement the method declare in IEnumerable interface. This method return an enumerator which can be use to enumerate this collection.
Public methodRemove Removes a specified link from the collection.
Public methodRemoveAt Removes a link specified by index from the collection.

See Also

Reference

Was this information helpful?