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




Determines if the output layer file (.lyr) will store a relative path to the source data stored on disk, or an absolute path. (In, Optional)

Syntax

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

See Also

© 2010 All Rights Reserved.