AGI STK Objects 11 Send comments on this topic.
RemoveInterval Method (IAgVOModelPointing)
See Also 
AttachPointName
TargetName





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

© 2016 Analytical Graphics, Inc. All Rights Reserved.

STK Programming Interface 11.0.1