Touchstone Re 2023 API Reference
TransitionInSRC Enumeration


Air.Services.Proxy Assembly > AIR.Services.Common.Exposure.Data Namespace : TransitionInSRC Enumeration
Provides a set of descriptors to indicate whether the transition from SRC to RC in columns of SRC construction is a smooth one.
Syntax
Public Enum TransitionInSRC 
   Inherits System.Enum
Dim instance As TransitionInSRC
public enum TransitionInSRC : System.Enum 
Members
MemberDescription
NonSmoothDefines the case in which the transition from SRC to RC in columns of SRC construction is not smooth (2).
SmoothDefines the case in which the transition from SRC to RC in columns of SRC construction is smooth (1).
UnknownDefines the case in which the smoothness of the transition from SRC to RC in columns of SRC construction is unknown (default) (0).
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         AIR.Services.Common.Exposure.Data.TransitionInSRC

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.Exposure.Data Namespace