FeatureLineMoveToNoneSite Method

Move FeatureLine to none Site.

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

Parameters

featureLineId  ObjectId
The ObjectId of FeatureLine to be moved.
Exceptions
ExceptionCondition
ArgumentException Thrown when: 1. featureLineId is not an ObjectId of Autodesk.Civil.DatabaseServices.FeatureLine.
See Also