SetCollarLimits

 

The SetCollarLimits method sets the map collar limits in the specified units.

 

Syntax

object.SetCollarLimits( AutoLimit, Left, Top, Right, Bottom, UnitType )

 

Parameter

Type

Description

AutoLimit

Boolean

optional; true to use the default values

Left

Double

optional; left coordinate in specified UnitType

Top

Double

optional; top coordinate in specified UnitType

Right

Double

optional; right coordinate in specified UnitType

Bottom

Double

optional; bottom coordinate in specified UnitType

UnitType

MVCoordDisplayUnits

optional; collar limit units

 

Example

    'SetCollarLimits

    'Specify the limits for the collar. To automatically use the map limit's use AutoLimit:=True.

    Collar.SetCollarLimits(AutoLimit:=False, Left:=-4500000, Top:=3250000, Right:=4500000, Bottom:=-3250000)

 

Used by: Collar object