ArcObjects Library Reference (Output)  

ISpotPlateCollection.Add Method

Add an ISpotPlate to the Spot Plate collection.

[Visual Basic .NET]
Public Sub Add ( _
    ByVal SpotPlate As ISpotPlate _
)
[C#]
public void Add (
    ISpotPlate SpotPlate
);
[C++]
HRESULT Add(
  ISpotPlate* SpotPlate
);
[C++]

Parameters

SpotPlate [in]

  SpotPlate is a parameter of type ISpotPlate

Product Availability

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

See Also

ISpotPlateCollection Interface