CADPublishData Constructor
Public Sub New( _
ByVal published_name As String, _
ByVal publish_info As List(Of CADPublishLayout), _
ByVal change_data As FileChangeData, _
ByVal destination_folder_id As EntityID _
)
This language is not supported or no code example is available.
public CADPublishData(
string published_name,
List<CADPublishLayout> publish_info,
FileChangeData change_data,
EntityID destination_folder_id
)
This language is not supported or no code example is available.
public:
CADPublishData(
String^ published_name,
List<CADPublishLayout>^ publish_info,
FileChangeData^ change_data,
EntityID^ destination_folder_id
)
This language is not supported or no code example is available.
Parameters
- published_name
- string
- publish_info
- List<CADPublishLayout>
- change_data
- FileChangeData
- destination_folder_id
- EntityID