IDBConfigWriterUpdateMaxExtent 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)
Syntaxbool UpdateMaxExtent(
	string mapConfiguration,
	ref int extentId,
	string extentTitle,
	double minX,
	double minY,
	double maxX,
	double maxY
)
Function UpdateMaxExtent ( 
	mapConfiguration As String,
	ByRef extentId As Integer,
	extentTitle As String,
	minX As Double,
	minY As Double,
	maxX As Double,
	maxY As Double
) As Boolean
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: 
BooleanBoolean value indicating success.
See Also