Creates a pressure pipe network specified by name.

Namespace: Autodesk.Civil.DatabaseServices
Assembly: AeccPressurePipesMgd (in AeccPressurePipesMgd.dll) Version: 13.4.2516.0

Syntax

C#
public static ObjectId Create(
	Database database,
	string networkName
)
Visual Basic
Public Shared Function Create ( _
	database As Database, _
	networkName As String _
) As ObjectId
Visual C++
public:
static ObjectId Create(
	Database^ database, 
	String^ networkName
)

Parameters

database
Type: Database
Database in which the network is created.
networkName
Type: System..::..String
The name of the new pressure pipe network.

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