ArcObjects Library Reference (DataSourcesRaster)  

IFormatData.Order Property

Order to display in UI.

[Visual Basic .NET]
Public ReadOnly Property Order As Integer
[C#]
public int Order {get;}
[C++]
HRESULT get_Order(
  long* pVal
);
[C++]

Parameters

pVal [out, retval]   pVal is a parameter of type long

Product Availability

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

See Also

IFormatData Interface