STK ObjectsSend comments on this topic.
RemoveName Method (IAgObjectLinkCollection)
See Also
Name
The path of the object to remove.
Windows





Windows & Linux

Description

Removes from the collection a link to an STK object with the given object path and name.

Syntax

[Visual Basic .NET]
Public Sub RemoveName( _
    ByVal Name As String _
)
[C#]
public void RemoveName(
    string Name
);
[Managed C++]
public: void RemoveName(
    String __gc ^ Name
);
[Unmanaged C++]
public: HRESULT RemoveName(
    BSTR Name
);
[Java]
public void removeName(
    String Name
);
[Python - STK API ]
def RemoveName(self, Name:str) -> None:

Parameters

Name
The path of the object to remove.

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.