HtmlForgeX

API Reference

Command

New-HtmlXGlobeArc

Namespace HtmlForgeX.PowerShell
Outputs
HtmlForgeX.GlobeGl

Adds an arc to the current globe.

Remarks

Use inside New-HtmlXGlobe { }.

Examples

Imported script example

New-HtmlXGlobeArc -StartLatitude 52.2297 -StartLongitude 21.0122 -EndLatitude 37.7749 -EndLongitude -122.4194 -Color Success -Altitude 0.3 -DashLength 0.4 -DashGap 0.2 -DashAnimateTimeMs 4500
        

Common Parameters

This command supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable.

For more information, see about_CommonParameters.

Syntax

New-HtmlXGlobeArc [-Altitude <double>] [-Color <Blue>] [-ColorHex <string>] [-DashAnimateTimeMs <int>] [-DashGap <double>] [-DashInitialGap <double>] [-DashLength <double>] [-EndLatitude <double>] [-EndLongitude <double>] [-Label <string>] [-StartLatitude <double>] [-StartLongitude <double>] [-Stroke <double>] [<CommonParameters>]
#

Parameters

Altitude double optionalposition: namedpipeline: false
Arc altitude (0-1 typical range).
Color TablerColor optionalposition: namedpipeline: falsevalues: 62
Arc color (Tabler palette). Possible values: Blue, Azure, Indigo, Purple, Pink, Red, Orange, Yellow, Lime, Green, Teal, Cyan, White, Black, BlueLight, AzureLight, IndigoLight, PurpleLight, PinkLight, RedLight, OrangeLight, YellowLight, LimeLight, GreenLight, TealLight, CyanLight, Gray50, Gray100, Gray200, Gray300, Gray400, Gray500, Gray600, Gray700, Gray800, Gray900, Facebook, Twitter, Linkedin, Google, Youtube, Vimeo, Dribbble, Github, Instagram, Pinterest, Vk, Rss, Flickr, Bitbucket, Tabler, Default, Primary, Secondary, Success, Failed, Info, Warning, Danger, Light, Dark, Transparent
Possible values: Blue, Azure, Indigo, Purple, Pink, Red, Orange, Yellow, Lime, Green, Teal, Cyan, White, Black, BlueLight, AzureLight, IndigoLight, PurpleLight, PinkLight, RedLight, OrangeLight, YellowLight, LimeLight, GreenLight, TealLight, CyanLight, Gray50, Gray100, Gray200, Gray300, Gray400, Gray500, Gray600, Gray700, Gray800, Gray900, Facebook, Twitter, Linkedin, Google, Youtube, Vimeo, Dribbble, Github, Instagram, Pinterest, Vk, Rss, Flickr, Bitbucket, Tabler, Default, Primary, Secondary, Success, Failed, Info, Warning, Danger, Light, Dark, Transparent
ColorHex string optionalposition: namedpipeline: false
Arc color (custom hex).
DashAnimateTimeMs int optionalposition: namedpipeline: false
Dash animation time in milliseconds.
DashGap double optionalposition: namedpipeline: false
Dash gap for dashed arcs.
DashInitialGap double optionalposition: namedpipeline: false
Initial dash gap for dashed arcs.
DashLength double optionalposition: namedpipeline: false
Dash length for dashed arcs.
EndLatitude double optionalposition: namedpipeline: false
Arc end latitude.
EndLongitude double optionalposition: namedpipeline: false
Arc end longitude.
Label string optionalposition: namedpipeline: false
Optional arc label.
StartLatitude double optionalposition: namedpipeline: false
Arc start latitude.
StartLongitude double optionalposition: namedpipeline: false
Arc start longitude.
Stroke double optionalposition: namedpipeline: false
Arc stroke width.

Outputs

HtmlForgeX.GlobeGl