AGI STK Objects 11 Send comments on this topic.
ObjectExists Method (IAgStkObjectRoot)
See Also 
ObjectPath





Description

Checks whether a currently loaded scenario contains an object with the given path.

Syntax

[Visual Basic .NET]
Public Function ObjectExists( _
   ByVal ObjectPath As String _
) As Boolean

[C#]
public bool ObjectExists(
string ObjectPath
);

[Managed C++]
public: bool ObjectExists(
String __gc ^ ObjectPath
);

[Java]
public bool objectExists(
String ObjectPath
);

[Unmanaged C++]
public: HRESULT ObjectExists(
BSTR ObjectPath,
VARIANT_BOOL * ReturnValue
);

Parameters

ObjectPath

See Also

© 2016 Analytical Graphics, Inc. All Rights Reserved.

STK Programming Interface 11.0.1