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


ISpotPlateCollection.SpotPlate Property (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.SpotPlate Property
ArcGIS Developer Help

ISpotPlateCollection.SpotPlate Property

An ISpotPlate from the Spot Plate collection.

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

index is a parameter of type long SpotPlate [out, retval]
SpotPlate is a parameter of type ISpotPlate**

Product Availability

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

See Also

ISpotPlateCollection Interface