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






Windows & Linux

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

© 2018 Analytical Graphics, Inc. All Rights Reserved.