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

Syntax

C#
public Dictionary<string, List<PressurePartSize>> GetPartCategories(
	PressurePartDomainType domain,
	PressurePartContextType context
)
Visual Basic
Public Function GetPartCategories ( _
	domain As PressurePartDomainType, _
	context As PressurePartContextType _
) As Dictionary(Of String, List(Of PressurePartSize))
Visual C++
public:
Dictionary<String^, List<PressurePartSize^>^>^ GetPartCategories(
	PressurePartDomainType domain, 
	PressurePartContextType context
)

See Also