This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > Schematic > ESRI.ArcGIS.Schematic > Interfaces > IS > ISchematicQueryParameter Interface > ISchematicQueryParameter.Textual Property (ArcObjects .NET 10.5 SDK) |
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