ReprojectionOptionsDegreeOfParallelism Property |
Specifies, if not null and > 1, that multi-threading should be used during reprojection.
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 Nullable<int> DegreeOfParallelism { get; set; }
Public Property DegreeOfParallelism As Nullable(Of Integer)
Get
Set
public:
property Nullable<int> DegreeOfParallelism {
Nullable<int> get ();
void set (Nullable<int> value);
}
member DegreeOfParallelism : Nullable<int> with get, set
Property Value
Type:
NullableInt32See Also