Share

Part.PartType Property

Gets the type of the network park.



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

Syntax

C#

public virtual PartType PartType { get; }

VB

Public Overridable ReadOnly Property PartType As PartType
	Get

C++

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

Property Value

PartType

Remarks

For example, pipe, wire, or conduit.

See Also

Reference

Was this information helpful?