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


IImageServerSampleResult.LocationID Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Carto > ESRI.ArcGIS.Carto > Interfaces > II > IImageServerSampleResult Interface > IImageServerSampleResult.LocationID Property
ArcGIS Developer Help

IImageServerSampleResult.LocationID Property

The sample location ID.

[Visual Basic .NET]
Public ReadOnly Property LocationID As Integer
[C#]
public int LocationID {get;}
[C++]
HRESULT get_LocationID(
  System.Int32* pID
);
[C++]
Parameters
pID [out, retval]

pID is a parameter of type long*

Product Availability

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

See Also

IImageServerSampleResult Interface