Project

ChartForgeX

Render deterministic charts, dashboards, topology, hierarchy, and report visuals directly from .NET.

Stars 45
Forks 2
NuGet downloads 48,107
Release ChartForgeX-v1.7.0
Language: HTML Updated: 2026-09-02

API Reference

Class

TopologyIconPackLoadResult

Namespace ChartForgeX.Topology

Describes the result of loading one topology icon-pack manifest from disk.

Inheritance

  • Object
  • TopologyIconPackLoadResult

Properties

SourcePath #

Gets the source manifest path.

FileName #

Gets the source manifest file name.

Pack #

Gets the loaded icon pack when loading succeeded.

ErrorMessage #

Gets the load error message when loading failed.

SkipReason #

Gets the skip reason when a valid manifest was not added to the catalog.

Exception #

Gets the load exception when loading failed.

Succeeded #

Gets whether the manifest loaded successfully.

Skipped #

Gets whether the manifest loaded but was intentionally skipped.