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.292
Syntax
public sealed class FeatureLineCodeInfo : [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.
Top
See Also