User Tools

Site Tools


api:dk11:net:tatukgis.ndk.tgis_shortestpath.create_igis_viewer

Table of Contents

TGIS_ShortestPath.TGIS_ShortestPath() constructor

DK11 for .NET | TatukGIS.NDK.TGIS_ShortestPath.Create | Constructors | Fields | Methods | Properties | Events

Create an instance.

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

Syntax

// C#
public TGIS_ShortestPath(
  IGIS_Viewer _viewer
);
' VisualBasic
Public Sub New(
  ByVal _viewer As IGIS_Viewer
)
// Oxygene
public
  constructor (
    _viewer : IGIS_Viewer
  );

Parameters

Name Type Description
_viewer IGIS_Viewer viewer on which class will be operating.

Example

This is a simple example to create a TGIS_ShortestPath object.

2022/11/30 19:27

Page Tools