PressurePipeNetworkCreate Method

Creates a pressure pipe network specified by name.

Namespace: Autodesk.Civil.DatabaseServices
Assembly: AeccPressurePipesMgd (in AeccPressurePipesMgd.dll) Version: 13.8.0.292
Syntax
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
Exceptions
ExceptionCondition
[!: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