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

Parameters

ObjectName
The path to the object.

Remarks

Removes an exclusion object using an objectname.

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.