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