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


Gets the name of this revision.

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

Revision name

Example

See Also