RegionOfInterest.Type Property

Definition

Gets or sets the type of region represented by the RegionOfInterest object.

public:
 property RegionOfInterestType Type { RegionOfInterestType get(); void set(RegionOfInterestType value); };
RegionOfInterestType Type();

void Type(RegionOfInterestType value);
public RegionOfInterestType Type { get; set; }
var regionOfInterestType = regionOfInterest.type;
regionOfInterest.type = regionOfInterestType;
Public Property Type As RegionOfInterestType

Property Value

The type of region represented by the RegionOfInterest object.

Applies to