Click or drag to resize

ConfigurationDataSetScalesDataTableAddScalesRow Method (Int64, Int64, Int64)

[Missing <summary> documentation for "M:Cadcorp.Configuration.ConfigurationDataSet.ScalesDataTable.AddScalesRow(System.Int64,System.Int64,System.Int64)"]

Namespace:  Cadcorp.Configuration
Assembly:  Cadcorp.Configuration (in Cadcorp.Configuration.dll) Version: 9.0.2618.0 (9.0.2618.0)
Syntax
public ConfigurationDataSetScalesRow AddScalesRow(
	long Scale,
	long ScaleId,
	long MapID
)

Parameters

Scale
Type: SystemInt64

[Missing <param name="Scale"/> documentation for "M:Cadcorp.Configuration.ConfigurationDataSet.ScalesDataTable.AddScalesRow(System.Int64,System.Int64,System.Int64)"]

ScaleId
Type: SystemInt64

[Missing <param name="ScaleId"/> documentation for "M:Cadcorp.Configuration.ConfigurationDataSet.ScalesDataTable.AddScalesRow(System.Int64,System.Int64,System.Int64)"]

MapID
Type: SystemInt64

[Missing <param name="MapID"/> documentation for "M:Cadcorp.Configuration.ConfigurationDataSet.ScalesDataTable.AddScalesRow(System.Int64,System.Int64,System.Int64)"]

Return Value

Type: ConfigurationDataSetScalesRow

[Missing <returns> documentation for "M:Cadcorp.Configuration.ConfigurationDataSet.ScalesDataTable.AddScalesRow(System.Int64,System.Int64,System.Int64)"]

See Also