Beggar
Mechanical
- Mar 24, 2004
- 715
I'm in the very beginning stages of learning the SWX API and I have a simple question.
In the following statement (cut from API Help), how do I have the method apply to whatever document is active rather than having to specifically name the file?
There is a preceding statement
but I don't understand how to use that object to meet my need.
Thanks in advance.
--------------------
Bring back the HP-15
--------------------
In the following statement (cut from API Help), how do I have the method apply to whatever document is active rather than having to specifically name the file?
Code:
swApp.GetConfigurationCount("C:\calls5\part3.sldprt")
There is a preceding statement
Code:
Set Model = swApp.ActiveDoc
Thanks in advance.
--------------------
Bring back the HP-15
--------------------