ArcObjects Library Reference (Carto)  

INetworkSourceRenderer.SourceQueryExpression Property

The query expression used to identify the subset of source features whose elements should be rendered.

[Visual Basic .NET]
Public Function get_SourceQueryExpression ( _
    ByVal sourceName As String _
) As String
[Visual Basic .NET]
Public Sub set_SourceQueryExpression ( _
    ByVal sourceName As String, _
    ByVal Expression As String _
)
[C#]
public string get_SourceQueryExpression (
    string sourceName
);
[C#]
public void set_SourceQueryExpression (
    string sourceName,
    string Expression
);
[C++]
HRESULT get_SourceQueryExpression(
  BSTR sourceName,
  BSTR* Expression
);
[C++]
HRESULT put_SourceQueryExpression(
  BSTR sourceName,
  BSTR Expression
);
[C++]

Parameters

sourceName [in]   sourceName is a parameter of type BSTR Expression [out, retval]   Expression is a parameter of type BSTR sourceName [in]   sourceName is a parameter of type BSTR Expression [in]   Expression is a parameter of type BSTR

Product Availability

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

See Also

INetworkSourceRenderer Interface