AGI STK Objects 11Send 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

© 2018 Analytical Graphics, Inc. All Rights Reserved.