Share

SizeFilterRecord.GetParamByContextAndIndex Method

Gets the catalog parameter by context and index.



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

Syntax

C#

public SizeFilterField GetParamByContextAndIndex(
	PartContextType context,
	int index
)

VB

Public Function GetParamByContextAndIndex ( 
	context As PartContextType,
	index As Integer
) As SizeFilterField

C++

public:
SizeFilterField^ GetParamByContextAndIndex(
	PartContextType context, 
	int index
)

Parameters

context  PartContextType
 
index  Int32
 

Return Value

SizeFilterField

See Also

Reference

Was this information helpful?