ObjectProxyGetAvailableProperties Method

Returns a list of all property names (type string), this object contains.

Definition

Namespace: Articy.Api
Assembly: QueryLayer (in QueryLayer.dll) Version: 1.0.0
C#
public List<string> GetAvailableProperties()

Return Value

ListString
a list of strings containing the names of all properties this object provides

Remarks

The class ObjectPropertyNames contains string constants for the property names of the various articy object types. The elements of this list can be used to call GetDataType(String) or ItemString.

See Also