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






Windows & Linux

Description

Remove a Central Body Obstruction by Name

Syntax

[Visual Basic .NET]
Public Sub RemoveObstruction( _
    ByVal Obstruction As String _
) As 
[C#]
public void RemoveObstruction(
    string Obstruction
);
[Managed C++]
public: void RemoveObstruction(
    String __gc ^ Obstruction
);
[Java]
public void removeObstruction(
    String Obstruction
);
[Unmanaged C++]
public: HRESULT RemoveObstruction(
    BSTR Obstruction
);

Parameters

Obstruction

See Also

© 2019 Analytical Graphics, Inc. All Rights Reserved.