GetParamByContextAndIndex Method

Gets the catalog parameter by context and index.

Namespace: Autodesk.Civil.DatabaseServices.Styles
Assembly: 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
)

Parameters

context
Type: Autodesk.Civil.DatabaseServices.PartContextType
index
Type: System.Int32

See Also