This document is archived and information here might be outdated.  Recommended version.


ISpotPlateCollection.Insert Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Output > ESRI.ArcGIS.Output > Interfaces > IS > ISpotPlateCollection Interface > ISpotPlateCollection.Insert Method
ArcGIS Developer Help

ISpotPlateCollection.Insert Method

Insert an ISpotPlate into the Spot Plate collection at position index.

[Visual Basic .NET]
Public Sub Insert ( _
    ByVal index As Integer, _
    ByVal SpotPlate As ISpotPlate _
)
[C#]
public void Insert (
    int index,
    ISpotPlate SpotPlate
);
[C++]
HRESULT Insert(
  long index,
  ISpotPlate* SpotPlate
);
[C++]
Parameters
index [in]

index is a parameter of type long SpotPlate [in]
SpotPlate is a parameter of type ISpotPlate*

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

See Also

ISpotPlateCollection Interface