BaseBaselineFeatureLineId Property |
Gets the ID of the Feature Line this baseline is associated with.
Namespace: Autodesk.Civil.DatabaseServicesAssembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.292
Syntaxpublic virtual ObjectId FeatureLineId { get; }
Public Overridable ReadOnly Property FeatureLineId As ObjectId
Get
public:
virtual property ObjectId FeatureLineId {
ObjectId get ();
}
Property Value
ObjectId
RemarksThrown 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