CADPublishLayout Constructor

Source file info for a single drawing and layout
Public Sub New( _ 
ByVal source_file_id As EntityID, _ 
ByVal layout_name As String, _ 
ByVal settings As CADPublishSettings
)
This language is not supported or no code example is available.
public CADPublishLayout( 
EntityID source_file_id
string layout_name
CADPublishSettings settings 
)
This language is not supported or no code example is available.
public:  
CADPublishLayout( 
EntityID^ source_file_id
String^ layout_name
CADPublishSettings^ settings 
)
This language is not supported or no code example is available.
public function CADPublishLayout( 
source_file_id : EntityID
layout_name : String
settings : CADPublishSettings 
);
This language is not supported or no code example is available.

Parameters

source_file_id
EntityID

<default>

layout_name
string

<default>

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