ConversionTools
Ignore_FileNames Property
See Also  Send Feedback
ESRI.ArcGIS.ConversionTools Namespace > ExportCAD Class : Ignore_FileNames Property




Allows the function to ignore or use the pathnames in the "DrawingPathName". This allows the function to output CAD entities to specific drawings or to 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;}

Requirements

Target Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family

See Also

© 2011 All Rights Reserved.