TerrainOverlayAddCompleteEventArgsStatus Property |
Gets whether the
AddAsync
operation was successful.
Namespace:
AGI.Foundation.Graphics
Assembly:
AGI.Foundation.Graphics (in AGI.Foundation.Graphics.dll) Version: 23.2.417.0 (23.2.417.0)
Syntaxpublic bool Status { get; }
Public ReadOnly Property Status As Boolean
Get
public:
property bool Status {
bool get ();
}
member Status : bool with get
Property Value
Type:
Boolean
See Also