AGI STK Objects 11Send comments on this topic.
IsObstructionAssigned Method (IAgAccessCnstrCbObstruction)
See Also 
Obstruction
Windows






Windows & Linux

Description

Helper method to see if a central 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

See Also

© 2018 Analytical Graphics, Inc. All Rights Reserved.