Method GetActivePropertyValue
GetActivePropertyValue(uint, string, bool)
Get the value of a property on the first parent that own it
Declaration
public string GetActivePropertyValue(uint occurrence, string propertyName, bool cacheProperty = false)
Parameters
Type | Name | Description |
---|---|---|
uint | occurrence | An occurrence |
string | propertyName | Property name |
bool | cacheProperty | If true, the property will be copied on all ancestor of occurrence below the property owner to speed up future calls |
Returns
Type | Description |
---|---|
string |