Share

ManagedComponentOccurrence.Parameter 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: 29.0

Syntax

VB

Public Function Parameter ( 
	name As String
) As Object

C#

public Object Parameter(
	string name
)

Parameters

name
Type: System.String
The parameter name.

Return Value

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

See Also

Reference

Was this information helpful?