Grasshopper API
UtilityInvokeGetter Method |
Call a getter property via its name.
Namespace: Grasshopper
Assembly: Grasshopper (in Grasshopper.dll)

public static Object InvokeGetter( Object target, string property )
Public Shared Function InvokeGetter ( target As Object, property As String ) As Object
Parameters
- target
- Type: SystemObject
Object to invoke on. - property
- Type: SystemString
Name of property to invoke.
Return Value
Type: ObjectThe return value of the method.
