Touchstone 11.0 API Reference
ZoneCompatibility Property


Air.Services.Proxy Assembly > AIR.Services.ObjectManagement.Api Namespace > Zone Class : ZoneCompatibility Property
Contains a code that identifies the types of analyses that the zone is compatible with. For example, the code may specify that you can use the zone in a Touchstone® detailed loss analysis or a Touchstone Re aggregate loss analysis.

A zone may be compatible with multiple analysis types. The application applies a bitwise inclusive OR operator (|) to generate the code. For example, if a zone is compatible with both detailed loss and aggregate loss analyses, the application evaluates 1 | 2, and generates a code of 3.

Syntax
Public Property ZoneCompatibility As ZoneSetCompatabilityType
Dim instance As Zone
Dim value As ZoneSetCompatabilityType
 
instance.ZoneCompatibility = value
 
value = instance.ZoneCompatibility
public ZoneSetCompatabilityType ZoneCompatibility {get; set;}
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

Zone Class
Zone Members