AGI STK Object Broker 11 Send comments on this topic.
IsObjectAvailableForOutput Method (IAgStkOutputObjectPathCollection)
See Also 
Path





Description

Returns true if the supplied object path can be output, false otherwise.

Syntax

[Visual Basic .NET]
Public Function IsObjectAvailableForOutput( _
   ByVal Path As String _
) As Boolean

[C#]
public bool IsObjectAvailableForOutput(
string Path
);

[Managed C++]
public: bool IsObjectAvailableForOutput(
String __gc ^ Path
);

[Java]
public bool isObjectAvailableForOutput(
String Path
);

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

Parameters

Path

See Also

© 2016 Analytical Graphics, Inc. All Rights Reserved.

STK Programming Interface 11.0.1