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


Gets the name of the object.

Syntax

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

Property Value

Name of the object

Example

Remarks

The type of object determines the contents of the return value. For example, this property gets the filename for a file, the user name for a user, etc.

See Also

Availability

Version 5.2 SOLIDWORKS PDM Professional