User Tools

Site Tools


api:dk11:activex:tatukgis_xdk11.itgis_layer.isexportable

Table of Contents

ITGIS_Layer.IsExportable property

DK11 for ActiveX | TatukGIS_XDK11.ITGIS_Layer.IsExportable | Methods | Properties

True if the layer is exportable. Layer is exportable if it can be saved to a disk representation.

Available also on: Delphi | .NET | Java | Python.

Syntax

// C#
public Boolean IsExportable
{
  get {}
}
' VisualBasic
Public Property IsExportable As Boolean
  Get
  End Get
End Property
// Oxygene
public
  property IsExportable : Boolean read;

Value

Type
bool
Boolean
2022/11/16 01:09

Page Tools