PressurePartAddToProfileView Method |
Draws the part into the specified profile view.
Namespace: Autodesk.Civil.DatabaseServicesAssembly: AeccPressurePipesMgd (in AeccPressurePipesMgd.dll) Version: 13.8.0.292
Syntaxpublic void AddToProfileView(
ObjectId profileViewId
)
Public Sub AddToProfileView (
profileViewId As ObjectId
)
public:
void AddToProfileView(
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