wwDotNetBridge.GetField
Retrieves the value of a public field.
o.GetField(loInstance, lcFieldname)
Returns
Field value or an Exception is thrown if the field doesn't exist or is inaccessible.
Parameters
loInstance
Instance on which the field lives.
lcFieldname
Name of the field to retrieve the value from
Remarks
Only public fields are retrieved.
