Click or drag to resize

OverlaysDataSetMapWMTSOverlayMatrixDataTableAddMapWMTSOverlayMatrixRow Method (Decimal, Int32, Int32, Double, Double, String)

[Missing <summary> documentation for "M:Cadcorp.Configuration.OverlaysDataSet.MapWMTSOverlayMatrixDataTable.AddMapWMTSOverlayMatrixRow(System.Decimal,System.Int32,System.Int32,System.Double,System.Double,System.String)"]

Namespace:  Cadcorp.Configuration
Assembly:  Cadcorp.Configuration (in Cadcorp.Configuration.dll) Version: 9.0.2618.0 (9.0.2618.0)
Syntax
public OverlaysDataSetMapWMTSOverlayMatrixRow AddMapWMTSOverlayMatrixRow(
	decimal ScaleDenominator,
	int TileHeight,
	int TileWidth,
	double TopLeftCornerX,
	double TopLeftCornerY,
	string ID
)

Parameters

ScaleDenominator
Type: SystemDecimal

[Missing <param name="ScaleDenominator"/> documentation for "M:Cadcorp.Configuration.OverlaysDataSet.MapWMTSOverlayMatrixDataTable.AddMapWMTSOverlayMatrixRow(System.Decimal,System.Int32,System.Int32,System.Double,System.Double,System.String)"]

TileHeight
Type: SystemInt32

[Missing <param name="TileHeight"/> documentation for "M:Cadcorp.Configuration.OverlaysDataSet.MapWMTSOverlayMatrixDataTable.AddMapWMTSOverlayMatrixRow(System.Decimal,System.Int32,System.Int32,System.Double,System.Double,System.String)"]

TileWidth
Type: SystemInt32

[Missing <param name="TileWidth"/> documentation for "M:Cadcorp.Configuration.OverlaysDataSet.MapWMTSOverlayMatrixDataTable.AddMapWMTSOverlayMatrixRow(System.Decimal,System.Int32,System.Int32,System.Double,System.Double,System.String)"]

TopLeftCornerX
Type: SystemDouble

[Missing <param name="TopLeftCornerX"/> documentation for "M:Cadcorp.Configuration.OverlaysDataSet.MapWMTSOverlayMatrixDataTable.AddMapWMTSOverlayMatrixRow(System.Decimal,System.Int32,System.Int32,System.Double,System.Double,System.String)"]

TopLeftCornerY
Type: SystemDouble

[Missing <param name="TopLeftCornerY"/> documentation for "M:Cadcorp.Configuration.OverlaysDataSet.MapWMTSOverlayMatrixDataTable.AddMapWMTSOverlayMatrixRow(System.Decimal,System.Int32,System.Int32,System.Double,System.Double,System.String)"]

ID
Type: SystemString

[Missing <param name="ID"/> documentation for "M:Cadcorp.Configuration.OverlaysDataSet.MapWMTSOverlayMatrixDataTable.AddMapWMTSOverlayMatrixRow(System.Decimal,System.Int32,System.Int32,System.Double,System.Double,System.String)"]

Return Value

Type: OverlaysDataSetMapWMTSOverlayMatrixRow

[Missing <returns> documentation for "M:Cadcorp.Configuration.OverlaysDataSet.MapWMTSOverlayMatrixDataTable.AddMapWMTSOverlayMatrixRow(System.Decimal,System.Int32,System.Int32,System.Double,System.Double,System.String)"]

See Also