API Reference
Command
New-HtmlXGlobeArc
Adds an arc to the current globe.
Remarks
Use inside New-HtmlXGlobe { }.
Examples
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
- Arc altitude (0-1 typical range).
- Color TablerColor
- 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
- Arc color (custom hex).
- DashAnimateTimeMs int
- Dash animation time in milliseconds.
- DashGap double
- Dash gap for dashed arcs.
- DashInitialGap double
- Initial dash gap for dashed arcs.
- DashLength double
- Dash length for dashed arcs.
- EndLatitude double
- Arc end latitude.
- EndLongitude double
- Arc end longitude.
- Label string
- Optional arc label.
- StartLatitude double
- Arc start latitude.
- StartLongitude double
- Arc start longitude.
- Stroke double
- Arc stroke width.
Outputs
HtmlForgeX.GlobeGl