Open Method (WindowMacro)
In This Topic
Opens a macro file and reads the information.
Overload List
Overload | Description |
Open(String,Project,RepresentationType,Int32) | Opens a macro file and reads the information. |
Open(String,Project,RepresentationType,Int32,Boolean) | Opens a macro file and reads the information. |
Open(String,Project,Int32) | Opens a macro file and reads the information. The first existing representation type will be set as current representation type |
Open(String,Project,Int32,Boolean) | Opens a macro file and reads the information. The first existing representation type will be set as current representation type |
Open(String,Project) | Opens a macro file and reads the information. The first existing variant will be set as current variant |
Open(String,Project,Boolean) | Opens a macro file and reads the information. The first existing variant will be set as current variant |
See Also