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


ISchematicAttributeQuery.QueryString Property (ArcObjects .NET 10.4 SDK)
ArcObjects Library Reference (Schematic)  

ISchematicAttributeQuery.QueryString Property

Query string of the schematic attribute query.

[Visual Basic .NET]
Public Property QueryString As String
[C#]
public string QueryString {get; set;}
[C++]
HRESULT get_QueryString(
  BSTR* QueryString
);
[C++]
HRESULT put_QueryString(
  BSTR QueryString
);
[C++]

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

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server. Requires Schematics Extension.

See Also

ISchematicAttributeQuery Interface