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.7.0.1190
Syntaxpublic ObjectId FeatureLineIdVertical { get; }Public ReadOnly Property FeatureLineIdVertical As ObjectId
Get
public:
property ObjectId FeatureLineIdVertical {
ObjectId get ();
}Property Value
ObjectId
Exceptions| Exception | 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