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




The name of an aggregated spatial object that represents a single data layer in a transfer. There can be multiple layers in a single transfer. By default, the first layer encountered is the only one that will be converted. (In, Optional)

Syntax

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

See Also

© 2010 All Rights Reserved.