MapDataInfoSvgAvailableLayerIds Property |
Gets the list of available layer IDs based on client data request
ClientRequest for metric sets.
Namespace:
Dundas.BI.Utility.Map
Assembly:
Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (24.3.0.1000)
Syntax public IList<Guid> AvailableLayerIds { get; }
Public ReadOnly Property AvailableLayerIds As IList(Of Guid)
Get
public:
property IList<Guid>^ AvailableLayerIds {
IList<Guid>^ get ();
}
member AvailableLayerIds : IList<Guid> with get
Property Value
Type:
IListGuidSee Also