Creates a pipe network specified by name.
Namespace: Autodesk.Civil.DatabaseServices
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.280
Syntax
C#
public static ObjectId Create( CivilDocument document, ref string networkName )
VB
Public Shared Function Create ( document As CivilDocument, ByRef networkName As String ) As ObjectId
C++
public: static ObjectId Create( CivilDocument^ document, String^% networkName )
Parameters
- document CivilDocument
- CivilDocument object in which the network is created.
- networkName String
- The name of the new pipe network. If the name is duplicated, it is changed to a new name (see remarks below).
Return Value
ObjectIdExceptions
Exception | Condition |
---|---|
ArgumentException |
Thrown when the input string:
|