Autodesk.AutoCAD.Windows.BGPublish Namespace > BgPublish Class > BgPublish Methods > publishThisDsd Method
BgPublish.publishThisDsd Method   MG2022New
Description

Publishes a DSD file using the background publishing process.

Visual Basic
Public static Function publishThisDsd(
    dwgName As string, 
    dsdName As string
) As bool
C#
public static bool publishThisDsd(
    string dwgName, 
    string dsdName
);
Parameters
Parameters 
Description 
string dwgName 
Input string as the name of the host drawing 
string dsdName 
Input string that contains the path and filename of the DSD file to be published 
Returns

Returns a Boolean value of True if the publish process successfully started, else False.

Links
   Comments?