SoLDMResourceParametersFixedResolutionReportNumTilesToLoad Property |
How many tiles need to be loaded.
Namespace: OIV.LDM.NodesAssembly: OIV.LDM (in OIV.LDM.dll) Version: 10.12.3.0 (10.12.3.0)
Syntaxpublic int NumTilesToLoad { get; set; }
Public Property NumTilesToLoad As Integer
Get
Set
public:
property int NumTilesToLoad {
int get ();
void set (int value);
}
member NumTilesToLoad : int with get, set
Property Value
Type:
Int32
RemarksThe value of this variable is relevant only if the delegateis called with a PROGRESS report code.
See Also