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