ArcGIS Pro 3.3 API Reference Guide
ArcGIS.Desktop.Mapping Namespace / MapTrayButton Class / IsLinkChart Property

In This Topic
    IsLinkChart Property (MapTrayButton)
    In This Topic
    Gets whether or not the associated MapView is a view of a KnowledgeGraph Link Chart.
    Syntax
    protected bool IsLinkChart {get;}
    Protected ReadOnly Property IsLinkChart As Boolean

    Property Value

    True if the underlying Map is a KnowledgeGraph Link Chart, false otherwise.
    Remarks

    Only ever true if this TrayButton has been added to a MapView's Tray.

    This may initially be false, as the view is being constructed. Override the TrayButton.OnButtonLoaded method to be told when the view is made available.

    Requirements

    Target Platforms: Windows 11, Windows 10

    ArcGIS Pro version: 3 or higher.
    See Also