Returns an instance of the STK Object Model Root Object
Read-only property
[Visual Basic .NET] |
---|
Public Property StkRootObject() As Object |
[C#] |
---|
public Object StkRootObject {get;} |
[Managed C++] |
---|
public: __property IUnknown ^ get_StkRootObject(); |
[Unmanaged C++] |
---|
public: HRESULT get_StkRootObject( IUnknown ** ppRetVal ); |
[Java] |
---|
public Object getStkRootObject(); |
StkRootObject property returns an instance of STK Object Model root object. Note that the returned root object is restricted (read-only). Changes to the application state by calling a method or setting a property of the STK Object Model are not allowed. For example, it is possible to perform the unit conversions or retrieve the values of most of the properties exposed by the STK Object Model, but operations such as closing or opening a scenario are prohibited.