User Tools

Site Tools


api:dk11:delphi:gisisochronemap.tgis_isochronemap.outputcostfieldname

Table of Contents

TGIS_IsochroneMap.OutputCostFieldName property

DK for Delphi | GisIsochroneMap.TGIS_IsochroneMap.OutputCostFieldName | Constructors | Methods | Properties

Specifies the name of the attribute field which will be added to the destination layer.

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

Syntax

// Delphi
public
  property OutputCostFieldName : String read write;
// C++ Builder
public:
  __property UnicodeString OutputCostFieldName = {read, write};

Value

Type
String

Remarks

If the attribute field name is set to an empty string then the default name will be used (GIS_COST). Depending on the output shape type the attribute field will be populated with:

  • point - the cost of reaching the node,
  • arc - the cost of reaching the end of the link,
  • other - maximum cost defined by the _cost parameter.

2025/01/31 01:07

Page Tools