Products | Support | Email a link to this topic. | Send comments on this topic. | Back to Introduction - All Topics | Help Version 19.0.8.31
|
Leadtools.Medical3D Namespace > Medical3DObject Class : Palette Property |
public byte[] Palette {get; set;}
'Declaration Public Property Palette As Byte()
'Usage Dim instance As Medical3DObject Dim value() As Byte instance.Palette = value value = instance.Palette
public: property array<byte>^ Palette { array<byte>^ get(); void set ( array<byte>^ value); }