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






Windows & Linux

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

© 2018 Analytical Graphics, Inc. All Rights Reserved.