NetworkState Property

Gets the drawing's PipeNetworkState object.

Namespace: Autodesk.Civil.ApplicationServices
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.2.3892.0

Syntax

C#

public PipeNetworkState NetworkState { get; }

Visual Basic

Public ReadOnly Property NetworkState As PipeNetworkState
	Get

Visual C++

public:
property PipeNetworkState^ NetworkState {
	PipeNetworkState^ get ();
}

See Also