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


Allows access to a file attribute that is used when data is transferred between a file data card and a file.


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 IEdmAttribute5 
   Inherits IEdmObject5 
C# 
public interface IEdmAttribute5 : IEdmObject5  
C++/CLI 
public interface class IEdmAttribute5 : public IEdmObject5  

Example

Remarks

This interface inherits from IEdmObject5. Call IEdmObject5::Name to get the name of this attribute.

A variable, EdmVariable5, can be mapped to zero or more attributes (IEdmAttribute5).

Accessors

See Also