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




Coordinate for the lower left origin of the output grid feature class. If input features are specified the default value is determined by the extent of the union of extents for these features. If there are no input features specified, the default coordinates are 0 and 0. (In, Optional)

Syntax

Visual Basic (Declaration) 
Public Property origin_coord As Object
Visual Basic (Usage)Copy Code
Dim instance As GridIndexFeatures
Dim value As Object
 
instance.origin_coord = value
 
value = instance.origin_coord
C# 
public object origin_coord {get; set;}

See Also

© 2010 All Rights Reserved.