.NET Framework Class Library
DataEntrHelper.GetComputedDocExtension Method
|
<< Click to Display Table of Contents >> Navigation: MwPDMApi Namespace > DataEntrHelper Class > DataEntrHelper Methods > .NET Framework Class Library |
Returns the current document's file extension, including the leading dot (e.g., ".sldprt").
Namespace: MwPDMApi
Assembly: MwPDMApi (in MwPDMApi.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
Visual Basic |
|---|
Public Function GetComputedDocExtension As String |
C# |
|---|
public string GetComputedDocExtension() |
Visual C++ |
|---|
public: String^ GetComputedDocExtension() |
JavaScript |
|---|
function getComputedDocExtension(); |
Return Value
The file extension as a string, including the leading dot.
See Also