Click or drag to resize

ConfigurationDataSetKnownProjectionsDataTableAddKnownProjectionsRow Method (Int64, Double, Double, Double, Double, Boolean, String)

[Missing <summary> documentation for "M:Cadcorp.Configuration.ConfigurationDataSet.KnownProjectionsDataTable.AddKnownProjectionsRow(System.Int64,System.Double,System.Double,System.Double,System.Double,System.Boolean,System.String)"]

Namespace:  Cadcorp.Configuration
Assembly:  Cadcorp.Configuration (in Cadcorp.Configuration.dll) Version: 9.0.2618.0 (9.0.2618.0)
Syntax
public ConfigurationDataSetKnownProjectionsRow AddKnownProjectionsRow(
	long EPSGCode,
	double MaxX,
	double MaxY,
	double MinX,
	double MinY,
	bool ReverseAxis,
	string Units
)

Parameters

EPSGCode
Type: SystemInt64

[Missing <param name="EPSGCode"/> documentation for "M:Cadcorp.Configuration.ConfigurationDataSet.KnownProjectionsDataTable.AddKnownProjectionsRow(System.Int64,System.Double,System.Double,System.Double,System.Double,System.Boolean,System.String)"]

MaxX
Type: SystemDouble

[Missing <param name="MaxX"/> documentation for "M:Cadcorp.Configuration.ConfigurationDataSet.KnownProjectionsDataTable.AddKnownProjectionsRow(System.Int64,System.Double,System.Double,System.Double,System.Double,System.Boolean,System.String)"]

MaxY
Type: SystemDouble

[Missing <param name="MaxY"/> documentation for "M:Cadcorp.Configuration.ConfigurationDataSet.KnownProjectionsDataTable.AddKnownProjectionsRow(System.Int64,System.Double,System.Double,System.Double,System.Double,System.Boolean,System.String)"]

MinX
Type: SystemDouble

[Missing <param name="MinX"/> documentation for "M:Cadcorp.Configuration.ConfigurationDataSet.KnownProjectionsDataTable.AddKnownProjectionsRow(System.Int64,System.Double,System.Double,System.Double,System.Double,System.Boolean,System.String)"]

MinY
Type: SystemDouble

[Missing <param name="MinY"/> documentation for "M:Cadcorp.Configuration.ConfigurationDataSet.KnownProjectionsDataTable.AddKnownProjectionsRow(System.Int64,System.Double,System.Double,System.Double,System.Double,System.Boolean,System.String)"]

ReverseAxis
Type: SystemBoolean

[Missing <param name="ReverseAxis"/> documentation for "M:Cadcorp.Configuration.ConfigurationDataSet.KnownProjectionsDataTable.AddKnownProjectionsRow(System.Int64,System.Double,System.Double,System.Double,System.Double,System.Boolean,System.String)"]

Units
Type: SystemString

[Missing <param name="Units"/> documentation for "M:Cadcorp.Configuration.ConfigurationDataSet.KnownProjectionsDataTable.AddKnownProjectionsRow(System.Int64,System.Double,System.Double,System.Double,System.Double,System.Boolean,System.String)"]

Return Value

Type: ConfigurationDataSetKnownProjectionsRow

[Missing <returns> documentation for "M:Cadcorp.Configuration.ConfigurationDataSet.KnownProjectionsDataTable.AddKnownProjectionsRow(System.Int64,System.Double,System.Double,System.Double,System.Double,System.Boolean,System.String)"]

See Also