Share

BaselineFeatureLines Class

A collection of multiple feature line collections (FeatureLinesCol) associated with a particular baseline or offset baseline.

Inheritance Hierarchy

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


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

Syntax

C#

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

VB

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

C++

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

The BaselineFeatureLines type exposes the following members.

Properties

 NameDescription
Public propertyCorridorId Gets the ObjectId of the parent Corridor.
Public propertyFeatureLineCollectionMap Gets the collection of feature lines (FeatureLinesCollection).
Public propertyHardcodedOffsetBaselineName Gets the hardcoded offset baseline name.
Public propertyIsMainBaseline Returns True if this is a main baseline.
Public propertyOffsetAlignmentId Gets the ObjectId for the offset alignment.

Methods

 NameDescription
Public methodCodeNames Gets a list of code names in the collection.

See Also

Reference

Was this information helpful?