PressurePartRemoveFromProfileView Method |
Remove the part from the specified profile view in which it is drawn.
Namespace: Autodesk.Civil.DatabaseServicesAssembly: AeccPressurePipesMgd (in AeccPressurePipesMgd.dll) Version: 13.8.0.292
Syntaxpublic void RemoveFromProfileView(
ObjectId profileViewId
)
Public Sub RemoveFromProfileView (
profileViewId As ObjectId
)
public:
void RemoveFromProfileView(
ObjectId profileViewId
)
Parameters
- profileViewId ObjectId
- The object id of the target profile view.
ExceptionsException | Condition |
---|
ArgumentException |
Thrown when the specified object id isn't type Autodesk.Civil.DatabaseServices.ProfileView.
|
See Also