PartType Property

Gets the part type

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

Syntax

C#

public PartType PartType { get; }

Visual Basic

Public ReadOnly Property PartType As PartType
	Get

Visual C++

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

See Also