Sets the feature line objects associated with this offset baseline.
Namespace: Autodesk.Civil.DatabaseServices
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.280
Syntax
C#
public void SetFeatureLine( ObjectId horizontalFeatureLineId, ObjectId verticalFeatureLineId )
VB
Public Sub SetFeatureLine ( horizontalFeatureLineId As ObjectId, verticalFeatureLineId As ObjectId )
C++
public: void SetFeatureLine( ObjectId horizontalFeatureLineId, ObjectId verticalFeatureLineId )
Parameters
- horizontalFeatureLineId ObjectId
- FeatureLine object for horizontal baseline (null not allowed). To set horizontal baseline to null object, call SetAlignmentAndProfile(ObjectId, ObjectId) instead.
- verticalFeatureLineId ObjectId
- FeatureLine object for vertical baseline (null allowed).
Exceptions
Exception | Condition |
---|---|
ArgumentException |
Throw exception if:
|