ArcObjects Library Reference (Carto)  

IFeatureLayerExtendedDefinition.ExtendedDefinitionExpression Property

The extended definition expression.

[Visual Basic .NET]
Public Sub ExtendedDefinitionExpression ( _
    ByRef pExpression As String _
)
[C#]
public void ExtendedDefinitionExpression (
    ref string pExpression
);
[C++]
HRESULT get_ExtendedDefinitionExpression(
  BSTR* pExpression
);
[C++]

Parameters

pExpression [out]   pExpression is a parameter of type BSTR

Product Availability

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

See Also

IFeatureLayerExtendedDefinition Interface