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


ISchematicQueryParameter.Textual Property (ArcObjects .NET 10.4 SDK)
ArcObjects Library Reference (Schematic)  

ISchematicQueryParameter.Textual Property

Indicates whether or not the schematic query parameter is a textual parameter.

[Visual Basic .NET]
Public Property Textual As Boolean
[C#]
public bool Textual {get; set;}
[C++]
HRESULT get_Textual(
  VARIANT_BOOL* Textual
);
[C++]
HRESULT put_Textual(
  VARIANT_BOOL Textual
);
[C++]

Parameters Textual [out, retval] Textual is a parameter of type VARIANT_BOOL Textual [in] Textual is a parameter of type VARIANT_BOOL

Product Availability

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

See Also

ISchematicQueryParameter Interface