STK ObjectsSend comments on this topic.
AddObstruction Method (IAgAccessCnstrCbObstruction)
See Also
Obstruction
Windows





Windows & Linux

Description

Adds a Central Body Obstruction by Name

Syntax

[Visual Basic .NET]
Public Sub AddObstruction( _
    ByVal Obstruction As String _
)
[C#]
public void AddObstruction(
    string Obstruction
);
[Managed C++]
public: void AddObstruction(
    String __gc ^ Obstruction
);
[Unmanaged C++]
public: HRESULT AddObstruction(
    BSTR Obstruction
);
[Java]
public void addObstruction(
    String Obstruction
);
[Python - STK API ]
def AddObstruction(self, Obstruction:str) -> None:

Parameters

Obstruction

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.