User Tools

Site Tools


api:dk11:net:tatukgis.ndk.winforms.tgis_gpsnmea.active

Table of Contents

TGIS_GpsNmea.Active property

DK11 for .NET | TatukGIS.NDK.WinForms.TGIS_GpsNmea.Active | Constructors | Methods | Properties | Events

Activity state. If True, GPS device will be connected.

Available also on: Delphi VCL | ActiveX.

Syntax

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

Value

Type
bool
Boolean

References

2021/12/07 09:06

Page Tools