PartType Property

Gets the type of the network park.

Namespace: Autodesk.Civil.DatabaseServices
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.4.208.0

Syntax

C#

public virtual PartType PartType { get; }

Visual Basic

Public Overridable ReadOnly Property PartType As PartType
	Get

Visual C++

public:
virtual property PartType PartType {
	PartType get ();
}

Remarks

For example, pipe, wire, or conduit.

See Also