BaselineSetFeatureLine Method

Sets the feature line object associated with this baseline.

Namespace: Autodesk.Civil.DatabaseServices
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.292
Syntax
public void SetFeatureLine(
	ObjectId featureLineId
)

Parameters

featureLineId  ObjectId
ObjectId of a FeatureLine object.
Exceptions
ExceptionCondition
ArgumentException Throw exception if:
  1. featureLineId does not point to an instance of the FeatureLine class.
  2. featureLineId does not exist in the same drawing of the baseline.
  3. featureLineId is a corridor feature line and it would introduce a circular dependency.
See Also