AGI STK Objects 11 Send comments on this topic.
RemoveExclusionObject Method (IAgAccessCnstrObjExAngle)
See Also 
ObjectName
The path to the object.





Description

Removes an exclusion object.

Syntax

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

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

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

[Java]
public  removeExclusionObject(
String ObjectName
);

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

Parameters

ObjectName
The path to the object.

Remarks

Removes an exclusion object using an objectname.

See Also

© 2016 Analytical Graphics, Inc. All Rights Reserved.

STK Programming Interface 11.0.1