User Tools

Site Tools


api:dk11:net:tatukgis.ndk.winforms.tgis_controlattributes.showinternalfields

Table of Contents

TGIS_ControlAttributes.ShowInternalFields property

DK11 for .NET | TatukGIS.NDK.WinForms.TGIS_ControlAttributes.ShowInternalFields | Constructors | Fields | Methods | Properties | Events

If true, fields like GIS_AREA, GIS_LENGTH will be displayed.

Available also on: Delphi FMX | Java | ActiveX | Python.

Syntax

// C#
[DefaultValue(true)]
public Boolean ShowInternalFields
{
  get {}
  set {}
}
' VisualBasic
<DefaultValue(true)>
Public Property ShowInternalFields As Boolean
  Get
  End Get
  Set(ByVal value As Boolean)
  End Set
End Property
// Oxygene
public
  [DefaultValue(true)]
  property ShowInternalFields : Boolean read read;

Value

Type
bool
Boolean

Remarks

This method is deprecated. Use ShowVirtualFields.

2023/06/17 00:00

Page Tools