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