For the complete documentation index, see llms.txt. This page is also available as Markdown.

New-UDMapFeatureGroup

Creates a map feature group.

Synopsis

Creates a map feature group.

Syntax

New-UDMapFeatureGroup [[-Id] <String>] [[-Popup] <Hashtable>] [-Children] <ScriptBlock> [<CommonParameters>]

Description

Creates a map feature group.

Parameters

-Id

The id of the map feature group. This defaults to a new GUID.

Required?                    false
Position?                    1
Default value                ([Guid]::NewGuid())
Accept pipeline input?       false
Aliases
Accept wildcard characters?  false

The popup for the map feature group.

-Children

Last updated

Was this helpful?