Click or drag to resize

ObjectProxyGetColor Method

Returns the object's "Color" property to the specified value.

Namespace:  Articy.Api
Assembly:  QueryLayer (in QueryLayer.dll) Version: 1.0.0
Syntax
C#
public Color GetColor()

Return Value

Type: Color
the current value of the "Color" property
Exceptions
ExceptionCondition
ArticyApiExceptionIf the object does not have a Color property, error code ErrorCode.PropertyNotFound is thrown.
See Also