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.





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

© 2016 Analytical Graphics, Inc. All Rights Reserved.

STK Programming Interface 11.0.1