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




The input workspace used to validate the field names. If the input is from a file or personal geodatabase and the output workspace is an ArcSDE geodatabase, the field names may be truncated, since some database fields can only have names with ten characters or less. The new names may be reviewed and altered using the Field Info parameter. (In, Optional)

Syntax

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

See Also

© 2010 All Rights Reserved.