|
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)
Syntaxpublic static swDocumentTypes_e GetSOLIDWORKSDocumentType(
string path
)
Public Shared Function GetSOLIDWORKSDocumentType (
path As String
) As swDocumentTypes_e
Parameters
- path
- Type: SystemString
Complete path of the SOLIDWORKS file.
Return Value
Type:
swDocumentTypes_eDocument type enum.
See Also