UtilityInvokeSetter Method |
Call a setter property via its name.
Namespace:
Grasshopper
Assembly:
Grasshopper (in Grasshopper.dll)
Syntax public static void InvokeSetter(
Object target,
string property,
Object value
)
Public Shared Sub InvokeSetter (
target As Object,
property As String,
value As Object
)
Parameters
- target
- Type: SystemObject
Object to invoke on. - property
- Type: SystemString
Name of property to invoke. - value
- Type: SystemObject
See Also