Adds a baseline with the given baseline name, feature line.
Namespace: Autodesk.Civil.DatabaseServices
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.280
Syntax
C#
public Baseline Add( string baselineName, ObjectId featureLineId )
VB
Public Function Add ( baselineName As String, featureLineId As ObjectId ) As Baseline
C++
public: Baseline^ Add( String^ baselineName, ObjectId featureLineId )
Parameters
- baselineName String
- Name of the Baseline object to be created.
- featureLineId ObjectId
- Object id of the FeatureLine object.
Return Value
BaselineThe newly created Baseline instance.
Exceptions
Exception | Condition |
---|---|
ArgumentException |
Throw exception if:
|