Click or drag to resize

ConfigurationDataSetMapAddInDataTableAddMapAddInRow Method (String, Boolean, Int32, Int32, Int32)

[Missing <summary> documentation for "M:Cadcorp.Configuration.ConfigurationDataSet.MapAddInDataTable.AddMapAddInRow(System.String,System.Boolean,System.Int32,System.Int32,System.Int32)"]

Namespace:  Cadcorp.Configuration
Assembly:  Cadcorp.Configuration (in Cadcorp.Configuration.dll) Version: 9.0.2618.0 (9.0.2618.0)
Syntax
public ConfigurationDataSetMapAddInRow AddMapAddInRow(
	string AddInName,
	bool Allowed,
	int AddInID,
	int MapAddInID,
	int MapID
)

Parameters

AddInName
Type: SystemString

[Missing <param name="AddInName"/> documentation for "M:Cadcorp.Configuration.ConfigurationDataSet.MapAddInDataTable.AddMapAddInRow(System.String,System.Boolean,System.Int32,System.Int32,System.Int32)"]

Allowed
Type: SystemBoolean

[Missing <param name="Allowed"/> documentation for "M:Cadcorp.Configuration.ConfigurationDataSet.MapAddInDataTable.AddMapAddInRow(System.String,System.Boolean,System.Int32,System.Int32,System.Int32)"]

AddInID
Type: SystemInt32

[Missing <param name="AddInID"/> documentation for "M:Cadcorp.Configuration.ConfigurationDataSet.MapAddInDataTable.AddMapAddInRow(System.String,System.Boolean,System.Int32,System.Int32,System.Int32)"]

MapAddInID
Type: SystemInt32

[Missing <param name="MapAddInID"/> documentation for "M:Cadcorp.Configuration.ConfigurationDataSet.MapAddInDataTable.AddMapAddInRow(System.String,System.Boolean,System.Int32,System.Int32,System.Int32)"]

MapID
Type: SystemInt32

[Missing <param name="MapID"/> documentation for "M:Cadcorp.Configuration.ConfigurationDataSet.MapAddInDataTable.AddMapAddInRow(System.String,System.Boolean,System.Int32,System.Int32,System.Int32)"]

Return Value

Type: ConfigurationDataSetMapAddInRow

[Missing <returns> documentation for "M:Cadcorp.Configuration.ConfigurationDataSet.MapAddInDataTable.AddMapAddInRow(System.String,System.Boolean,System.Int32,System.Int32,System.Int32)"]

See Also