| Visual Basic | |
|---|---|
Sub SetCustomData( _ ByVal lDataID As System.Integer, _ ByRef poData As System.Object _ ) | |
Parameters
- lDataID
- User-defined ID of data to store
- poData
- Data to store
The data is only stored in memory and is kept as long as IEdmReference5 is add-referenced. You can get the stored data by calling IEdmReference5::GetCustomData.
Return code S_OK indicates that the method successfully executed.
Version 5.2 of SOLIDWORKS PDM Professional