SOLIDWORKS PDM Professional API Help Send Feedback
IEdmLabel5 Interface
See Also  Members   Example
EPDM.Interop.epdm Namespace : IEdmLabel5 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 IEdmLabel5 
   Inherits IEdmObject5 
C# 
public interface IEdmLabel5 : IEdmObject5  
C++/CLI 
public interface class IEdmLabel5 : public IEdmObject5  

Example

Remarks

This interface:

  • inherits from IEdmObject5.
  • is extended by IEdmLabel6 which provides the ability to update the history of, delete, and rename file labels.

Accessors

See Also