Goblin - A Platform for 3D AR and VR Applications

Helper.ReflectGetProperty Method 

Calls the getter method for a Property of type string via Reflection.

public static string ReflectGetProperty(
   IGraph ig,
   string propertyName
);

Parameters

ig
IGraph element whose Property we want to retrieve.
propertyName
Name of the Property. Note: Property must be of type string.

Return Value

Value returned by the Property getter method.

See Also

Helper Class | EnC.Watcher Namespace