Gets data stored with
IEdmReference5::SetCustomData in this file reference.
Syntax
Visual Basic (Declaration) | |
---|
Function GetCustomData( _
ByVal lDataID As System.Integer, _
ByRef poData As System.Object _
) As System.Boolean |
C# | |
---|
System.bool GetCustomData(
System.int lDataID,
out System.object poData
) |
C++/CLI | |
---|
System.bool GetCustomData(
& System.int lDataID,
& [Out] System.Object^ poData
) |
Parameters
- lDataID
- User-defined ID of data to get
- poData
- Buffer in which to return data
Return Value
True if the data was found, false if not
Remarks
See Also
Availability
Version 5.2 of SolidWorks Enterprise PDM