Gets the catalog parameter by context and index.
Namespace: Autodesk.Civil.DatabaseServices.StylesAssembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.4.208.0
Syntax
C#
public SizeFilterField GetParamByContextAndIndex( PartContextType context, int index )
Visual Basic
Public Function GetParamByContextAndIndex ( _ context As PartContextType, _ index As Integer _ ) As SizeFilterField
Visual C++
public: SizeFilterField^ GetParamByContextAndIndex( PartContextType context, int index )