Share

CorridorSlopePattern.BaselineId Property

Gets the object id of baseline which FeatureLine1 relates to. For corridor baselines using alginment, it is the alignment id. For corridor baselines using feature line, it is the temp hidden alignment id.



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

Syntax

C#

public ObjectId BaselineId { get; }

VB

Public ReadOnly Property BaselineId As ObjectId
	Get

C++

public:
property ObjectId BaselineId {
	ObjectId get ();
}

Property Value

ObjectId

See Also

Reference

Was this information helpful?