Method HasProperty
HasProperty(uint, string)
Return true if the property was found on the occurrence, will not throw any exception except if the entity does not exist.
Declaration
public bool HasProperty(uint entity, string propertyName)
Parameters
Type | Name | Description |
---|---|---|
uint | entity | An entity that support properties |
string | propertyName | Name of the property |
Returns
Type | Description |
---|---|
bool |