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






Windows & Linux

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

© 2018 Analytical Graphics, Inc. All Rights Reserved.