This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > Carto > ESRI.ArcGIS.Carto > Interfaces > IA > IArrayOfIShader Interface > IArrayOfIShader.Insert Method (ArcObjects .NET 10.4 SDK) |
Adds the IShader at the specified position.
[Visual Basic .NET] Public Sub Insert ( _ ByVal Index As Integer, _ ByVal IShaderParam As IShader _ )
[C#] public void Insert ( int Index, IShader IShaderParam );
[C++]
HRESULT Insert(
long Index,
IShader* IShaderParam
);
[C++]
Parameters Index [in] Index is a parameter of type long IShaderParam [in]
IShaderParam is a parameter of type IShader