IDocManager.CADPublish Method

Publish document
Sub CADPublish( _ 
ByVal output_file As String, _ 
ByVal layout_names As Dictionary(Of String, String), _ 
ByVal plot_style_directory As String, _ 
ByVal custom_settings As CADPublishSettings
)
This language is not supported or no code example is available.
void CADPublish( 
string output_file
Dictionary<string, string> layout_names
string plot_style_directory
CADPublishSettings custom_settings 
)
This language is not supported or no code example is available.
 
void CADPublish( 
String^ output_file
Dictionary<String^, String^>^ layout_names
String^ plot_style_directory
CADPublishSettings^ custom_settings 
)
This language is not supported or no code example is available.
JScript does not support generic types and methods.
This language is not supported or no code example is available.

Parameters

output_file
string

<default>

layout_names
Dictionary<string, string>

<default>

plot_style_directory
string

custom_settings
CADPublishSettings

.NET Framework

Supported in: 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1

In this article

Definition