Click or drag to resize

ManagedComponentOccurrenceParameter Method

Gets the value of a parameter in the document of the managed occurrence.

Namespace:  Autodesk.iLogic.Types
Assembly:  Autodesk.iLogic.Types (in Autodesk.iLogic.Types.dll) Version: 23.0
Syntax
Public Function Parameter ( 
	name As String
) As Object

Parameters

name
Type: SystemString
The parameter name.

Return Value

Type: Object
The parameter value. This can be a String, Boolean, or a numeric value (DoubleForEquals)
See Also