Remove the part from the specified profile view in which it is drawn.
Namespace: Autodesk.Civil.DatabaseServicesAssembly: AeccPressurePipesMgd (in AeccPressurePipesMgd.dll) Version: 13.3.1717.0
Syntax
C#
public void RemoveFromProfileView(
ObjectId profileViewId
)
Visual Basic
Public Sub RemoveFromProfileView ( _
profileViewId As ObjectId _
)
Visual C++
public:
void RemoveFromProfileView(
ObjectId profileViewId
)
Parameters
- profileViewId
- Type: ObjectId
The object id of the target profile view.
Exceptions
Exception | Condition |
---|---|
System.ArgumentException | Thrown when the specified object id isn't type Autodesk.Civil.DatabaseServices.ProfileView. |