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


IGPFieldInfo.GetVisible Method (ArcObjects .NET 10.4 SDK)
ArcObjects Library Reference (Geoprocessing)  

IGPFieldInfo.GetVisible Method

Returns the visibility of the specified field in the field info object.

[Visual Basic .NET]
Public Function GetVisible ( _
    ByVal Index As Integer _
) As Boolean
[C#]
public bool GetVisible (
    int Index
);
[C++]
HRESULT GetVisible(
  long Index,
  VARIANT_BOOL* Visible
);
[C++]

Parameters Index [in] Index is a parameter of type long Visible [out, retval] Visible is a parameter of type VARIANT_BOOL

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

See Also

IGPFieldInfo Interface