Touchstone 11.0 API Reference
ZoneSetCompatability Property


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

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

Syntax
Public Property ZoneSetCompatability As ZoneSetCompatabilityType
Dim instance As ZoneSet
Dim value As ZoneSetCompatabilityType
 
instance.ZoneSetCompatability = value
 
value = instance.ZoneSetCompatability
public ZoneSetCompatabilityType ZoneSetCompatability {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

ZoneSet Class
ZoneSet Members