OffsetBaselineFeatureLineIdVertical Property |
Gets the ID of the feature line that vertical baseline is associated with.
Namespace: Autodesk.Civil.DatabaseServicesAssembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.292
Syntaxpublic ObjectId FeatureLineIdVertical { get; }
Public ReadOnly Property FeatureLineIdVertical As ObjectId
Get
public:
property ObjectId FeatureLineIdVertical {
ObjectId get ();
}
Property Value
ObjectId
ExceptionsException | Condition |
---|
ArgumentException |
Thrown when the offset baseline is not based on a feature line.
|
Remarks
To get feature line of horizontal baseline, call property
FeatureLineId.
See Also