Click or drag to resize

EmbeddableMapDataSetEmbeddableMapIconsDataTableAddEmbeddableMapIconsRow Method (String, String, Int32, Int32, Int32, Int32, Int32, String)

[Missing <summary> documentation for "M:Cadcorp.Configuration.EmbeddableMapDataSet.EmbeddableMapIconsDataTable.AddEmbeddableMapIconsRow(System.String,System.String,System.Int32,System.Int32,System.Int32,System.Int32,System.Int32,System.String)"]

Namespace:  Cadcorp.Configuration
Assembly:  Cadcorp.Configuration (in Cadcorp.Configuration.dll) Version: 9.0.2618.0 (9.0.2618.0)
Syntax
public EmbeddableMapDataSetEmbeddableMapIconsRow AddEmbeddableMapIconsRow(
	string MapName,
	string IconFile,
	int IconHeight,
	int IconWidth,
	int OffsetX,
	int OffsetY,
	int IconID,
	string IconName
)

Parameters

MapName
Type: SystemString

[Missing <param name="MapName"/> documentation for "M:Cadcorp.Configuration.EmbeddableMapDataSet.EmbeddableMapIconsDataTable.AddEmbeddableMapIconsRow(System.String,System.String,System.Int32,System.Int32,System.Int32,System.Int32,System.Int32,System.String)"]

IconFile
Type: SystemString

[Missing <param name="IconFile"/> documentation for "M:Cadcorp.Configuration.EmbeddableMapDataSet.EmbeddableMapIconsDataTable.AddEmbeddableMapIconsRow(System.String,System.String,System.Int32,System.Int32,System.Int32,System.Int32,System.Int32,System.String)"]

IconHeight
Type: SystemInt32

[Missing <param name="IconHeight"/> documentation for "M:Cadcorp.Configuration.EmbeddableMapDataSet.EmbeddableMapIconsDataTable.AddEmbeddableMapIconsRow(System.String,System.String,System.Int32,System.Int32,System.Int32,System.Int32,System.Int32,System.String)"]

IconWidth
Type: SystemInt32

[Missing <param name="IconWidth"/> documentation for "M:Cadcorp.Configuration.EmbeddableMapDataSet.EmbeddableMapIconsDataTable.AddEmbeddableMapIconsRow(System.String,System.String,System.Int32,System.Int32,System.Int32,System.Int32,System.Int32,System.String)"]

OffsetX
Type: SystemInt32

[Missing <param name="OffsetX"/> documentation for "M:Cadcorp.Configuration.EmbeddableMapDataSet.EmbeddableMapIconsDataTable.AddEmbeddableMapIconsRow(System.String,System.String,System.Int32,System.Int32,System.Int32,System.Int32,System.Int32,System.String)"]

OffsetY
Type: SystemInt32

[Missing <param name="OffsetY"/> documentation for "M:Cadcorp.Configuration.EmbeddableMapDataSet.EmbeddableMapIconsDataTable.AddEmbeddableMapIconsRow(System.String,System.String,System.Int32,System.Int32,System.Int32,System.Int32,System.Int32,System.String)"]

IconID
Type: SystemInt32

[Missing <param name="IconID"/> documentation for "M:Cadcorp.Configuration.EmbeddableMapDataSet.EmbeddableMapIconsDataTable.AddEmbeddableMapIconsRow(System.String,System.String,System.Int32,System.Int32,System.Int32,System.Int32,System.Int32,System.String)"]

IconName
Type: SystemString

[Missing <param name="IconName"/> documentation for "M:Cadcorp.Configuration.EmbeddableMapDataSet.EmbeddableMapIconsDataTable.AddEmbeddableMapIconsRow(System.String,System.String,System.Int32,System.Int32,System.Int32,System.Int32,System.Int32,System.String)"]

Return Value

Type: EmbeddableMapDataSetEmbeddableMapIconsRow

[Missing <returns> documentation for "M:Cadcorp.Configuration.EmbeddableMapDataSet.EmbeddableMapIconsDataTable.AddEmbeddableMapIconsRow(System.String,System.String,System.Int32,System.Int32,System.Int32,System.Int32,System.Int32,System.String)"]

See Also