AGI STK Objects 11 Send comments on this topic.
IsObstructionAssigned Method (IAgAccessCnstrThirdBody)
See Also 
Obstruction
The path to the obstruction.





Description

Helper method to see if a third body is already assigned

Syntax

[Visual Basic .NET]
Public Function IsObstructionAssigned( _
   ByVal Obstruction As String _
) As Boolean

[C#]
public bool IsObstructionAssigned(
string Obstruction
);

[Managed C++]
public: bool IsObstructionAssigned(
String __gc ^ Obstruction
);

[Java]
public bool isObstructionAssigned(
String Obstruction
);

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

Parameters

Obstruction
The path to the obstruction.

Remarks

Sees if an obstruction is already assigned.

See Also

© 2016 Analytical Graphics, Inc. All Rights Reserved.

STK Programming Interface 11.0.1