UntiledProviderTimeConsiderationScenario Property |
Time consideration scenario which should be used when the map is rendered and
map objects are retrieved. Currently supported scenarios are
OptimisticTimeConsideration, SnapshotTimeConsideration and TimeSpanConsideration.
For all other return values (including null string), no scenario is used and all time dependent features are not relevant.
Namespace:
Ptv.XServer.Controls.Map.Layers.Xmap2
Assembly:
Ptv.XServer.Controls.Map (in Ptv.XServer.Controls.Map.dll) Version: 1.7.10.0
Syntax public string TimeConsiderationScenario { get; set; }
Public Property TimeConsiderationScenario As String
Get
Set
public:
property String^ TimeConsiderationScenario {
String^ get ();
void set (String^ value);
}
member TimeConsiderationScenario : string with get, set
Property Value
Type:
StringSee Also