AGI STK Graphics 11Send comments on this topic.
RemoveAt Method (IAgStkGraphicsCompositeDisplayCondition)
See Also 
Index
The zero-based index of the display condition to remove.
Windows






Windows & Linux

Description

Removes the display condition at the given zero-based index, shifting existing display conditions.

Syntax

[Visual Basic .NET]
Public Sub RemoveAt( _
   ByVal Index As Integer _
) 
[C#]
public void RemoveAt(
   int Index
);
[Managed C++]
public: void RemoveAt(
   int Index
);
[Java]
public  removeAt(
   ppInteger Index
);
[Unmanaged C++]
public: HRESULT RemoveAt(
   int Index
);

Parameters

Index
The zero-based index of the display condition to remove.

See Also

© 2018 Analytical Graphics, Inc. All Rights Reserved.