Autodesk.AutoCAD.Runtime Namespace > SystemVariableEnumerator Class
SystemVariableEnumerator Class   
Description

This class provides a way to iterator over all of the public system variables and get their names, data type, range (if applicable), read-only status, and how they are stored. 

System variables that have their secret flag set or that have a "*" as the first character in their name are skipped by this iterator.

Class Hierarchy
Autodesk.AutoCAD.Runtime.DisposableWrapper
    Autodesk.AutoCAD.Runtime.SystemVariableEnumerator
Visual Basic
Public sealed Class SystemVariableEnumerator
Inherits DisposableWrapper
Inherits IEnumerator
C#
public sealed class SystemVariableEnumerator : DisposableWrapper, IEnumerator;
Links
   Comments?