namespace RevitLess { /// An enumerate to list Revit Platform Type. public enum PlatformType { X86, X64, Unknown } }