'Declaration
Public Property Components As ColorThresholdCommandComponent()
'Usage
Dim instance As ColorThresholdCommand
Dim value() As ColorThresholdCommandComponent
instance.Components = value
value = instance.Components
@property (nonatomic, strong, setter = setComponents:) NSMutableArray* components;
public ColorThresholdCommandComponent[] getComponents()
public void setComponents(ColorThresholdCommandComponent[] value)
get_Components();
set_Components(value);
Object.defineProperty('Components');
Property Value
Array of 3
ColorThresholdCommandComponent classes that contains the properties used to compare and modify each component.