STK ObjectsSend comments on this topic.
RemoveInterval Method (IAgVOModelPointing)
See Also
AttachPointName
TargetName
Windows





Windows & Linux

Description

Removes a pointable element from the collection of pointable elements using specified pointable model part and target name.

Syntax

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

Parameters

AttachPointName
TargetName

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.