Share

CivilDocument.NetworkState Property

Gets the drawing's PipeNetworkState object.



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

Syntax

C#

public PipeNetworkState NetworkState { get; }

VB

Public ReadOnly Property NetworkState As PipeNetworkState
	Get

C++

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

Property Value

PipeNetworkState

See Also

Reference

Was this information helpful?