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




Allows the output to append to an existing CAD file. This lets you add information to a CAD file on disk. (In, Optional)

Syntax

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

See Also

© 2010 All Rights Reserved.