Removes a pointable element from the collection of pointable elements using specified pointable model part and target name.
[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: |
- AttachPointName
- TargetName