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




Allows the function to ignore or use the paths in the DrawingPathName. This allows the function to output CAD entities to specific drawings or ignore this and add to one CAD file. (In, Optional)

Syntax

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

See Also

© 2010 All Rights Reserved.