GetVariableFromTag(Int32,Object) Method
In This Topic
Gets the variable from tag.
Syntax
'Declaration
Public Overloads Function GetVariableFromTag( _
ByVal As System.Integer, _
Optional ByVal As System.Object _
) As Variable2
public Variable2 GetVariableFromTag(
System.int ,
System.object
)
Parameters
- id
- The id.
- tagObject
- The tag object. This parameter can be null.
Return Value
A variable associated with this tag.
See Also