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


IMosaicRule.OrderByBaseValue Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Carto > ESRI.ArcGIS.Carto > Interfaces > IM > IMosaicRule Interface > IMosaicRule.OrderByBaseValue Property
ArcGIS Developer Help

IMosaicRule.OrderByBaseValue Property

The Order By base value.

[Visual Basic .NET]
Public Property OrderByBaseValue As Object
[C#]
public object OrderByBaseValue {get; set;}
[C++]
HRESULT get_OrderByBaseValue(
  Variant* pValue
);
[C++]
HRESULT put_OrderByBaseValue(
  VARIANT pValue
);
[C++]
Parameters
pValue [out, retval]

pValue is a parameter of type VARIANT* pValue [in]
pValue is a parameter of type VARIANT

Product Availability

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

See Also

IMosaicRule Interface