SOLIDWORKS PDM Professional API Help Send Feedback
IEdmLabel6 Interface
See Also  Members  
EPDM.Interop.epdm Namespace : IEdmLabel6 Interface


Allows you to access a file or folder label.


NOTE: Click the Members link, located near the top of the topic, to see this interface's methods and properties.

Syntax

Visual Basic 
Public Interface IEdmLabel6 
   Inherits IEdmLabel5IEdmObject5 
C# 
public interface IEdmLabel6 : IEdmLabel5IEdmObject5  
C++/CLI 
public interface class IEdmLabel6 : public IEdmLabel5IEdmObject5  

Remarks

This interface extends IEdmLabel5.

See Also