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


IMosaicFunction.DefinitionExpression Property (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (DataSourcesRaster)  

IMosaicFunction.DefinitionExpression Property

The definition expression on the source catalog.

[Visual Basic .NET]
Public Property DefinitionExpression As String
[C#]
public string DefinitionExpression {get; set;}
[C++]
HRESULT get_DefinitionExpression(
  BSTR* pExpression
);
[C++]
HRESULT put_DefinitionExpression(
  BSTR pExpression
);
[C++]

Parameters pExpression [out, retval] pExpression is a parameter of type BSTR pExpression [in] pExpression is a parameter of type BSTR

Product Availability

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

See Also

IMosaicFunction Interface