Description
Imports object from external file and returns the pointer to the object.
Syntax
Parameters
See Also
Example
Import an existing STK Object file into an object collection
[C#] |
---|
col.ImportObject(stkObjectLocation);
|
|
Import an existing STK Object file into the scenario
[C#] |
---|
root.CurrentScenario.Children.ImportObject(stkObjectLocation);
|
|
Import an existing STK Object file into the scenario
[Visual Basic .NET] |
---|
root.CurrentScenario.Children.ImportObject(stkObjectLocation)
|
|
Import an existing STK Object file into an object collection
[Visual Basic .NET] |
---|
col.ImportObject(stkObjectLocation)
|
|