SOLIDWORKS PDM Professional API Help Send Feedback
Name Property (IEdmFile5)
See Also 
EPDM.Interop.epdm Namespace > IEdmFile5 Interface : Name Property (IEdmFile5)


Gets the name of the file.

Syntax

Visual Basic 
Shadows ReadOnly Property Name As System.String
C# 
new System.string Name {get;}
C++/CLI 
new property System.String^ Name {
   System.String^ get();
}

Property Value

Name of the file

See Also