Click or drag to resize

IiLogicAutomationGetParam Method

Gets an iLogic parameter (implementing the iLogicParameter interface) by name.

Namespace:  Autodesk.iLogic.Interfaces
Assembly:  Autodesk.iLogic.Interfaces (in Autodesk.iLogic.Interfaces.dll) Version: 23.0
Syntax
Function GetParam ( 
	doc As Document,
	paramName As String
) As iLogicParameter

Parameters

doc
Type: Document
paramName
Type: SystemString

Return Value

Type: iLogicParameter
Remarks
This function is deprecated. Use the Inventor API instead.
See Also