ESRI.ArcGIS.CartographyTools
configure_layout Property
See Also  Send your comments to: Site Administrator | Terms of Use | PRIVACY | Copyright @ ESRI | Careers
ESRI.ArcGIS.CartographyTools Namespace > MakeGridsAndGraticulesLayer Class : configure_layout Property




Adjusts the data frame settings to ensure they match the grid layer. The data frame's coordinate system, scale, rotation, size, extent, and clipping may be altered to enforce consistency. This setting is only available when the tool is executed from ArcMap's layout view and is not being run in the background. The default is to have this check box unchecked. (In, Optional)

Syntax

Visual Basic (Declaration) 
Public Property configure_layout As String
Visual Basic (Usage)Copy Code
Dim instance As MakeGridsAndGraticulesLayer
Dim value As String
 
instance.configure_layout = value
 
value = instance.configure_layout
C# 
public string configure_layout {get; set;}

See Also

© 2010 All Rights Reserved.