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


Gets the database ID of this object.

Syntax

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

Property Value

Database ID of this object

Example

Remarks

Database IDs are unique for same-type objects. For example, two files can never have the same database ID; however, a file and a folder might have the same database ID.

See Also

Availability

Version 5.2 of SOLIDWORKS PDM Professional