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





Description

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

Syntax

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

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

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

[Java]
public bool isObjectSelectedForOutput(
String Path
);

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

Parameters

Path

See Also

© 2016 Analytical Graphics, Inc. All Rights Reserved.

STK Programming Interface 11.0.1