KmlFeature.IsLoaded Property |
Gets whether the document associated with this feature is loaded.
Namespace:
AGI.Foundation.Graphics
Assembly:
AGI.Foundation.Graphics (in AGI.Foundation.Graphics.dll) Version: 25.1.421.0 (25.1.421.0)
Syntaxpublic bool IsLoaded { get; }
Public ReadOnly Property IsLoaded As Boolean
Get
public:
property bool IsLoaded {
bool get ();
}
member IsLoaded : bool with get
Property Value
Type:
Boolean
See Also