Touchstone Re 2023 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
ActiveDefines the State Code "Active."
DeleteDefines the State Code "Delete."
HiddenDefines the State Code "Hidden."
InactiveDefines the State Code "Inactive."
IncompatibleDefines the State Code "Incompatible."
InvalidDefines the State Code "Invalid."
ModifiedDefines the State Code "Modified."
NewDefines the State Code "New."
UnknownDefines the State Code "Unknown."
UpgradeInProgressDefines 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