This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > Geoprocessing > ESRI.ArcGIS.Geoprocessing > Interfaces > IG > IGPFieldInfo Interface > IGPFieldInfo.GetVisible Method (ArcObjects .NET 10.4 SDK) |
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