Stores an arbitrary piece of data in this object.
Syntax
Visual Basic (Declaration) | |
---|
Sub SetCustomData( _
ByVal lDataID As System.Integer, _
ByRef poData As System.Object _
) |
C# | |
---|
void SetCustomData(
System.int lDataID,
ref System.object poData
) |
C++/CLI | |
---|
void SetCustomData(
& System.int lDataID,
& System.Object^% poData
) |
Parameters
- lDataID
- User-defined ID of data to store
- poData
- Data to store
Remarks
See Also
Availability
Version 5.2 of SOLIDWORKS Enterprise PDM