←Select platform

UpperToleranceColor Property

Summary

Gets or sets the upper tolerance color values that set the upper stopping point for the region.

Syntax

C#
VB
C++
[DataMemberAttribute(Name="UpperToleranceColor", IsRequired=true)] 
public string UpperToleranceColor { get; set; } 
  
Public Property UpperToleranceColor As String 
public: 
property String^ UpperToleranceColor { 
   String^ get(); 
   void set (    String^ ); 
} 

Property Value

A string value that represents the upper tolerance color values.

Remarks

To update an existing region, specify how the new region is to be combined with the existing one using the RasterRegionData.CombineMode property. For more information, refer to RasterRegionCombineMode.

Example

For an example, refer to RasterRegionData.

Requirements

Target Platforms

Help Version 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Services.Raster.DataContracts Assembly