PressurePipeNetworkAddAppurtenance(Point3d, PressurePartSize) Method |
Creates and adds a new appurtenance into the network.
Namespace: Autodesk.Civil.DatabaseServicesAssembly: AeccPressurePipesMgd (in AeccPressurePipesMgd.dll) Version: 13.8.0.292
Syntaxpublic ObjectId AddAppurtenance(
Point3d location,
PressurePartSize partSize
)
Public Function AddAppurtenance (
location As Point3d,
partSize As PressurePartSize
) As ObjectId
public:
ObjectId AddAppurtenance(
Point3d location,
PressurePartSize^ partSize
)
Parameters
- location Point3d
- The location of the newly added appurtenance.
- partSize PressurePartSize
- The catalog part information used to create the appurtenance.
Return Value
ObjectId
ExceptionsException | Condition |
---|
[!:System.ArgumentException] |
Thrown when the specified part size of not an appurtenance.
|
See Also