This .NET class wraps the AcPlDSDData ObjectARX class.
DSDData reads and writes DSD files. It holds an array of Entry objects in addition to DSD sheet set information.
Note that a DSD file is an INI file used when publishing multiple sheets with the PUBLISH command. Users can save/load/edit sheet entries in the DSD file using the Publish dialog box.
Autodesk.AutoCAD.PlottingServices.DsdData
Public sealed Class DsdData Inherits RXObject
public sealed class DsdData : RXObject;
Comments? |