JGR MSTS Editors and Tools
ConvertToTile Method (coordinates, x, z)
NamespacesJgr.MstsCoordinatesConvertToTile(IghCoordinate, Double%, Double%)

[This is preliminary documentation and is subject to change.]

[Missing <summary> documentation for "M:Jgr.Msts.Coordinates.ConvertToTile(Jgr.Msts.IghCoordinate,System.Double@,System.Double@)"]

Declaration Syntax
C#Visual BasicVisual C++
public static TileCoordinate ConvertToTile(
	IghCoordinate coordinates,
	out double x,
	out double z
)
Public Shared Function ConvertToTile ( _
	coordinates As IghCoordinate, _
	<OutAttribute> ByRef x As Double, _
	<OutAttribute> ByRef z As Double _
) As TileCoordinate
public:
static TileCoordinate^ ConvertToTile(
	IghCoordinate^ coordinates, 
	[OutAttribute] double% x, 
	[OutAttribute] double% z
)
Parameters
coordinates (IghCoordinate)

[Missing <param name="coordinates"/> documentation for "M:Jgr.Msts.Coordinates.ConvertToTile(Jgr.Msts.IghCoordinate,System.Double@,System.Double@)"]

x (Double%)

[Missing <param name="x"/> documentation for "M:Jgr.Msts.Coordinates.ConvertToTile(Jgr.Msts.IghCoordinate,System.Double@,System.Double@)"]

z (Double%)

[Missing <param name="z"/> documentation for "M:Jgr.Msts.Coordinates.ConvertToTile(Jgr.Msts.IghCoordinate,System.Double@,System.Double@)"]

Return Value

[Missing <returns> documentation for "M:Jgr.Msts.Coordinates.ConvertToTile(Jgr.Msts.IghCoordinate,System.Double@,System.Double@)"]

Assembly: JGR.MSTS (Module: JGR.MSTS) Version: 0.5.4008.31682