AGI STK Objects 11Send 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
);
[Java]
public  addObstruction(
   String Obstruction
);
[Unmanaged C++]
public: HRESULT AddObstruction(
   BSTR Obstruction
);

Parameters

Obstruction

See Also

© 2018 Analytical Graphics, Inc. All Rights Reserved.