Click or drag to resize

DBConfigurationBaseUpdateMaxExtent Method

Update the map's maxium extent

Namespace:  Cadcorp.Configuration.Connectors
Assembly:  Cadcorp.Configuration (in Cadcorp.Configuration.dll) Version: 9.0.2618.0 (9.0.2618.0)
Syntax
public virtual bool UpdateMaxExtent(
	string mapConfiguration,
	ref int extentId,
	string extentTitle,
	double minX,
	double minY,
	double maxX,
	double maxY
)

Parameters

mapConfiguration
Type: SystemString
Map Configuration Name.
extentId
Type: SystemInt32
Extent ID
extentTitle
Type: SystemString
Extent Name
minX
Type: SystemDouble
Min X
minY
Type: SystemDouble
Min Y
maxX
Type: SystemDouble
Max X
maxY
Type: SystemDouble
Max Y

Return Value

Type: Boolean
Boolean value indicating success.

Implements

IDBConfigWriterUpdateMaxExtent(String, Int32, String, Double, Double, Double, Double)
See Also