STK ObjectsSend 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
);
[Unmanaged C++]
public: HRESULT AddExclusionObject(
    BSTR ObjectName
);
[Java]
public void addExclusionObject(
    String ObjectName
);
[Python - STK API ]
def AddExclusionObject(self, ObjectName:str) -> None:

Parameters

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

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.