Share

DsdData Class

Description

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.

Class Hierarchy

Autodesk.AutoCAD.PlottingServices.DsdData

Visual Basic

Public sealed Class DsdData
Inherits RXObject

C#

public sealed class DsdData : RXObject;

Links

DsdData Methods, DsdData Properties

Was this information helpful?