AGI STK Objects 11Send 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
);
[Java]
public  removeInterval(
   String AttachPointName,
   String TargetName
);
[Unmanaged C++]
public: HRESULT RemoveInterval(
   BSTR AttachPointName,
   BSTR TargetName
);

Parameters

AttachPointName
TargetName

See Also

© 2018 Analytical Graphics, Inc. All Rights Reserved.