Send Topic Feedback | See Object Hierarchy Chart
PC-DMIS 2023.2 Object Library
PCDLRN ActiveX DLL > PartProgram Object : GetAvailableSchemasForSaveAs Method

If set to True, this returns the list of schema numbers.

If set to False, this returns the list of version names.

GetAvailableSchemasForSaveAs Method
Description

 

This returns a list of either schema numbers or version names available to the SaveAs3 method.

Syntax
Visual Basic
Public Function GetAvailableSchemasForSaveAs( _
   ByVal bSchemaNumbers As Boolean _
) As Variant
Parameters
bSchemaNumbers

If set to True, this returns the list of schema numbers.

If set to False, this returns the list of version names.

Return Type
The return type is a Variant containing the list of values as an array.
See Also