SizeFilterRecordGetParamByContextAndIndex Method |
Gets the catalog parameter by context and index.
Namespace: Autodesk.Civil.DatabaseServices.StylesAssembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.292
Syntaxpublic SizeFilterField GetParamByContextAndIndex(
PartContextType context,
int index
)
Public Function GetParamByContextAndIndex (
context As PartContextType,
index As Integer
) As SizeFilterField
public:
SizeFilterField^ GetParamByContextAndIndex(
PartContextType context,
int index
)
Parameters
- context PartContextType
-
- index Int32
-
Return Value
SizeFilterField
See Also