Share

Baseline.SetFeatureLine Method

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

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

Reference

Was this information helpful?