| SoConverterParametersSetTileDim Method (Int32) | 
 
Namespace: OIV.LDM.ConvertersAssembly: OIV.LDM (in OIV.LDM.dll) Version: 2025.2.0.0 (10.18.0.0)
Syntaxpublic void SetTileDim(
	int tileDim
)
Public Sub SetTileDim ( 
	tileDim As Integer
)
public:
void SetTileDim(
	int tileDim
)
member SetTileDim : 
        tileDim : int -> unit 
Parameters
- tileDim
 - Type: SystemInt32
 
Remarks
Like the -t command line argument. The default is 64 and the value must be a power of 2. The same value is used for all dimensions of the tile. 
See Also