Dela via


RegionOfInterest.Weight Property

Definition

Gets or sets the weight of the region of interest.

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

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

Property Value

UInt32

unsigned int

uint32_t

Gets or sets the weight of the region of interest which is a value from 0-100.

Applies to