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
iLogicParameter GetParam(
Document doc,
string paramName
)
Parameters
- doc
- Type: Document
- paramName
- Type: SystemString
Return Value
Type:
iLogicParameterRemarks This function is deprecated. Use the Inventor API instead.
See Also