User Tools

Site Tools


api:dk11:activex:tatukgis_xdk11.igis_hierarchygroup.groups

Table of Contents

IGIS_HierarchyGroup.Groups property

DK for ActiveX | TatukGIS_XDK11.IGIS_HierarchyGroup.Groups | Methods | Properties

Get group by name.

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

Syntax

// C#
public IGIS_HierarchyGroup Groups[_indexOrName OleVariant]
{
  get {}
}
' VisualBasic
Public Property Groups(ByVal  _indexOrName As OleVariant] As IGIS_HierarchyGroup
  Get
  End Get
End Property
// Oxygene
public
  property Groups[ _indexOrName : OleVariant ] : IGIS_HierarchyGroup read;

Parameters

Name Type Description
_indexOrName OleVariant group index or name

Value

2025/01/31 01:03

Page Tools