FabricationServiceButton.GetConditionImage
Method
Description:
Gets the image for the specified fabrication service button condition.
Gets the image for the specified fabrication service button condition.
Parameters
Parameter | Type | Description |
---|---|---|
condition | Int32 | The condition index. |
Return Value
Type | Description |
---|---|
Bitmap | System.Drawing.Bitmap represents the fabrication service button image. if there is no preview image. |
Exceptions
Exception | Condition |
---|---|
ArgumentOutOfRangeException | the index condition is not larger or equal to 0 and less than ConditionCount |