Printing3DColorMaterial.Value プロパティ

定義

マテリアルの色の値を取得または設定します。

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

プロパティ値

UInt32

unsigned int

uint32_t

素材の色の値。

適用対象