Gets the type of the network park.

Namespace: Autodesk.Civil.DatabaseServices
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.4.2516.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