InterpolatingConverterSetupGridSize Method |
Namespace:
DHI.Projections
Assembly:
DHI.Projections (in DHI.Projections.dll) Version: 19.0.0.0 (11.1.1.1111)
Syntax public void SetupGridSize(
int xIntervals,
int yIntervals
)
Public Sub SetupGridSize (
xIntervals As Integer,
yIntervals As Integer
)
public:
void SetupGridSize(
int xIntervals,
int yIntervals
)
member SetupGridSize :
xIntervals : int *
yIntervals : int -> unit
Parameters
- xIntervals
- Type: SystemInt32
- yIntervals
- Type: SystemInt32
See Also