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


ISchematicQueryParameter.Textual Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Schematic > ESRI.ArcGIS.Schematic > Interfaces > IS > ISchematicQueryParameter Interface > ISchematicQueryParameter.Textual Property
ArcGIS Developer Help

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(
  Boolean* Textual
);
[C++]
HRESULT put_Textual(
  VARIANT_BOOL Textual
);
[C++]
Parameters
Textual [out, retval]

Textual is a parameter of type bool* Textual [in]
Textual is a parameter of type bool

Product Availability

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

See Also

ISchematicQueryParameter Interface