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
public Object Parameter(
string name
)
Parameters
- name
- Type: SystemString
The parameter name.
Return Value
Type:
ObjectThe parameter value. This can be a String, Boolean, or a numeric value (
DoubleForEquals)
See Also