AGI STK Objects 11 Send comments on this topic.
AddExclusionObject Method (IAgAccessCnstrObjExAngle)
See Also 
ObjectName
The path to the object that is to be added.
Windows






Windows & Linux

Description

Adds an exclusion object.

Syntax

[Visual Basic .NET]
Public Sub AddExclusionObject( _
   ByVal ObjectName As String _
) 

[C#]
public void AddExclusionObject(
string ObjectName
);

[Managed C++]
public: void AddExclusionObject(
String __gc ^ ObjectName
);

[Java]
public  addExclusionObject(
String ObjectName
);

[Unmanaged C++]
public: HRESULT AddExclusionObject(
BSTR ObjectName
);

Parameters

ObjectName
The path to the object that is to be added.

See Also

© 2017 Analytical Graphics, Inc. All Rights Reserved.

STK 11.2.1 Programming Interface