BaselineSetFeatureLine Method |
Sets the feature line object associated with this baseline.
Namespace: Autodesk.Civil.DatabaseServicesAssembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.292
Syntaxpublic void SetFeatureLine(
ObjectId featureLineId
)
Public Sub SetFeatureLine (
featureLineId As ObjectId
)
public:
void SetFeatureLine(
ObjectId featureLineId
)
Parameters
- featureLineId ObjectId
- ObjectId of a FeatureLine object.
ExceptionsException | Condition |
---|
ArgumentException |
Throw exception if:
- featureLineId does not point to an instance of the FeatureLine class.
- featureLineId does not exist in the same drawing of the baseline.
- featureLineId is a corridor feature line and it would introduce a circular dependency.
|
See Also