FeatureLineId Property

Gets the ID of the Feature Line this baseline is associated with.

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

Syntax

C#

public virtual ObjectId FeatureLineId { get; }

Visual Basic

Public Overridable ReadOnly Property FeatureLineId As ObjectId
	Get

Visual C++

public:
virtual property ObjectId FeatureLineId {
	ObjectId get ();
}

Remarks

Thrown when the baseline is not based on a feature line. The exception description is "This operation on none feature line based (sub class type) is invalid".

See Also