PressurePipeNetworkCreate Method |
Creates a pressure pipe network specified by name.
Namespace: Autodesk.Civil.DatabaseServicesAssembly: AeccPressurePipesMgd (in AeccPressurePipesMgd.dll) Version: 13.8.0.292
Syntaxpublic static ObjectId Create(
Database database,
string networkName
)
Public Shared Function Create (
database As Database,
networkName As String
) As ObjectId
public:
static ObjectId Create(
Database^ database,
String^ networkName
)
Parameters
- database Database
- Database in which the network is created.
- networkName String
- The name of the new pressure pipe network.
Return Value
ObjectId
ExceptionsException | Condition |
---|
[!:System.ArgumentException] |
Thrown when the input string:
1. Includes any of these special symbols: '\', '"', ',', '/', ';', '?', '*', ':', '='.
2. Only contains whitespace.
3. The specified name is duplicated.
|
See Also