Share

Link Class

Roadway Link object. Connects roadway points in a subassembly.

Inheritance Hierarchy

SystemObject
  [T:Autodesk.Civil.CivilWrapper<AeccDbEntity>]
    Autodesk.Civil.DatabaseServicesLink


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

Syntax

C#

public sealed class Link : [T:Autodesk.Civil.CivilWrapper<AeccDbEntity>]

VB

Public NotInheritable Class Link
	Inherits [T:Autodesk.Civil.CivilWrapper<AeccDbEntity>]

C++

public ref class Link sealed : public [T:Autodesk.Civil.CivilWrapper<AeccDbEntity>]

The Link type exposes the following members.

Properties

 NameDescription
Public propertyCodes Get the Corridor codes of a Link.
Public propertyIndex Get the index of the link.
Public propertyIsHidden Gets or sets the boolean value that specifies if the link will be drawn.
Public propertyPoints Gets the points collection.

See Also

Reference

Was this information helpful?