Touchstone 11.0 API Reference
StateCode Enumeration


Air.Services.Proxy Assembly > AIR.Services.Common.Data Namespace : StateCode Enumeration
Defines the states that the software supports.
Syntax
Public Enum StateCode 
   Inherits System.Enum
Dim instance As StateCode
public enum StateCode : System.Enum 
Members
MemberDescription
Active Defines the State Code "Active."
Delete Defines the State Code "Delete."
Hidden Defines the State Code "Hidden."
Inactive Defines the State Code "Inactive."
Incompatible Defines the State Code "Incompatible."
Invalid Defines the State Code "Invalid."
Modified Defines the State Code "Modified."
New Defines the State Code "New."
Unknown Defines the State Code "Unknown."
UpgradeInProgress Defines the State Code "UpdateInProgress."
Remarks
These states apply to objects, such as Projects, Exposure Sets, Exposure Views, etc.
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         AIR.Services.Common.Data.StateCode

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

AIR.Services.Common.Data Namespace