Click or drag to resize

ExtensionGetSOLIDWORKSDocumentType Method

Gets the SOLIDWORKS document type.

Namespace:  CADSharpTools.SOLIDWORKS
Assembly:  CADSharpTools.PDM (in CADSharpTools.PDM.dll) Version: 1.4.16.0 (1.4.16)
Syntax
public static swDocumentTypes_e GetSOLIDWORKSDocumentType(
	string path
)

Parameters

path
Type: SystemString
Complete path of the SOLIDWORKS file.

Return Value

Type: swDocumentTypes_e
Document type enum.
See Also