Printing3DColorMaterial.Value Property

Definition

Gets or sets the color value of the material.

public:
 property unsigned int Value { unsigned int get(); void set(unsigned int value); };
uint32_t Value();

void Value(uint32_t value);
public uint Value { get; set; }
var uInt32 = printing3DColorMaterial.value;
printing3DColorMaterial.value = uInt32;
Public Property Value As UInteger

Property Value

UInt32

unsigned int

uint32_t

The color value of the material.

Applies to