AGI STK Graphics 11 Send comments on this topic.
Insert Method (IAgStkGraphicsCompositeDisplayCondition)
See Also 
Index
The zero-based index to insert the display condition at.
DisplayCondition
The display condition to insert into the composite.





Description

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

Syntax

[Visual Basic .NET]
Public Sub Insert( _
   ByVal Index As Integer, _
   ByVal DisplayCondition As IAgStkGraphicsDisplayCondition _
) 

[C#]
public void Insert(
int Index,
IAgStkGraphicsDisplayCondition DisplayCondition
);

[Managed C++]
public: void Insert(
int Index,
IAgStkGraphicsDisplayCondition ^ DisplayCondition
);

[Java]
public  insert(
ppInteger Index,
IAgStkGraphicsDisplayCondition DisplayCondition
);

[Unmanaged C++]
public: HRESULT Insert(
int Index,
IAgStkGraphicsDisplayCondition * DisplayCondition
);

Parameters

Index
The zero-based index to insert the display condition at.
DisplayCondition
The display condition to insert into the composite.

See Also

© 2016 All Rights Reserved.

STK Programming Interface 11.0.1