WmsPlaceholdersNames Property |
Returns all placeholder names in list.
Namespace:
Ptv.XServer.Controls.Map.Tools.Reprojection
Assembly:
Ptv.XServer.Controls.Map (in Ptv.XServer.Controls.Map.dll) Version: 1.7.10.0
Syntax public IList<string> Names { get; }
Public ReadOnly Property Names As IList(Of String)
Get
public:
property IList<String^>^ Names {
IList<String^>^ get ();
}
member Names : IList<string> with get
Property Value
Type:
IListStringSee Also