This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > DataSourcesRaster > ESRI.ArcGIS.DataSourcesRaster > Interfaces > IR > IRemapFunctionArguments2 Interface > IRemapFunctionArguments2.DefinitionExpression Property (ArcObjects .NET 10.4 SDK) |
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