SoConverterParametersSetTileDim Method (Int32) |
Namespace: OIV.LDM.ConvertersAssembly: OIV.LDM (in OIV.LDM.dll) Version: 10.12.3.0 (10.12.3.0)
Syntax public 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