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


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

IRemapFunctionArguments2.DefinitionExpression Property

The definition expression on the remap table.

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

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

Product Availability

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

See Also

IRemapFunctionArguments2 Interface