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


Allows you to manage serial numbers.


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

Remarks

This interface extends IEdmSerNoGen7 by providing the ability to set the next counter value for serial numbers.

Accessors

See Also