Share

FeatureLineCodeInfo Class

Information about the code used to construct a feature line.

Inheritance Hierarchy

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


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

Syntax

C#

public sealed class FeatureLineCodeInfo : [T:Autodesk.Civil.CivilWrapper<AeccDbCorridor>]

VB

Public NotInheritable Class FeatureLineCodeInfo
	Inherits [T:Autodesk.Civil.CivilWrapper<AeccDbCorridor>]

C++

public ref class FeatureLineCodeInfo sealed : public [T:Autodesk.Civil.CivilWrapper<AeccDbCorridor>]

The FeatureLineCodeInfo type exposes the following members.

Properties

 NameDescription
Public propertyCodeName Gets the code name.
Public propertyCorridorId Gets the ID of the parent Corridor.
Public propertyIsConnectObsolete.
Gets or Sets whether the feature line connects to multiple points which share the same code in the same applied assembly.
Public propertyIsConnected Gets or Sets whether the feature line connects to multiple points which share the same code in the same applied assembly.
Public propertyIsDrawObsolete.
Returns true if the feature line is drawn.
Public propertyPayItems Gets or Sets the pay item list.

See Also

Reference

Was this information helpful?