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


Gets the database ID of this file.

Syntax

Visual Basic 
Shadows ReadOnly Property ID As System.Integer
C# 
new System.int ID {get;}
C++/CLI 
new property System.int ID {
   System.int get();
}

Property Value

Database ID of this file

See Also