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


ISchematicObjectClass.QueryString Property (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (Schematic)  

ISchematicObjectClass.QueryString Property

Query string of the schematic object class.

[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

ISchematicObjectClass Interface