GetPartCategories Method (PressurePartType, PressurePartContextType)

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

Syntax

C#

public Dictionary<string, List<PressurePartSize>> GetPartCategories(
	PressurePartType type,
	PressurePartContextType context
)

Visual Basic

Public Function GetPartCategories ( _
	type As PressurePartType, _
	context As PressurePartContextType _
) As Dictionary(Of String, List(Of PressurePartSize))

Visual C++

public:
Dictionary<String^, List<PressurePartSize^>^>^ GetPartCategories(
	PressurePartType type, 
	PressurePartContextType context
)

See Also