Sets the feature line object associated with this baseline.
Namespace: Autodesk.Civil.DatabaseServices
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.280
Syntax
C#
public void SetFeatureLine( ObjectId featureLineId )
VB
Public Sub SetFeatureLine ( featureLineId As ObjectId )
C++
public: void SetFeatureLine( ObjectId featureLineId )
Parameters
- featureLineId ObjectId
- ObjectId of a FeatureLine object.
Exceptions
Exception | Condition |
---|---|
ArgumentException |
Throw exception if:
|