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

New-UDMapIcon

Creates a map icon.

Synopsis

Creates a map icon.

Syntax

New-UDMapIcon [-Url] <String> [[-Height] <Int32>] [[-Width] <Int32>] [[-AnchorX] <Int32>] [[-AnchorY] <Int32>] [[-PopupAnchorX] <Int32>] [[-PopupAnchorY] <Int32>] [<CommonParameters>]

Description

Creates a map icon.

Parameters

-Url

The URL of the icon.

Required?                    true
Position?                    1
Default value
Accept pipeline input?       false
Aliases
Accept wildcard characters?  false

-Height

The height of the icon.

-Width

The width of the icon.

-AnchorX

The anchor X of the icon.

-AnchorY

The anchor Y of the icon.

-PopupAnchorX

The popup anchor X of the icon.

-PopupAnchorY

The popup anchor Y of the icon.

Last updated

Was this helpful?