Click or drag to resize

ConfigurationDataSetResolutionsDataTableAddResolutionsRow Method (Decimal, Int64, Int64)

[Missing <summary> documentation for "M:Cadcorp.Configuration.ConfigurationDataSet.ResolutionsDataTable.AddResolutionsRow(System.Decimal,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 ConfigurationDataSetResolutionsRow AddResolutionsRow(
	decimal Resolution,
	long ResolutionId,
	long MapID
)

Parameters

Resolution
Type: SystemDecimal

[Missing <param name="Resolution"/> documentation for "M:Cadcorp.Configuration.ConfigurationDataSet.ResolutionsDataTable.AddResolutionsRow(System.Decimal,System.Int64,System.Int64)"]

ResolutionId
Type: SystemInt64

[Missing <param name="ResolutionId"/> documentation for "M:Cadcorp.Configuration.ConfigurationDataSet.ResolutionsDataTable.AddResolutionsRow(System.Decimal,System.Int64,System.Int64)"]

MapID
Type: SystemInt64

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

Return Value

Type: ConfigurationDataSetResolutionsRow

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

See Also