Allows the output to append to an existing CAD file. This allows you to 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;} |
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