| Visual Basic | |
|---|---|
Function Get( _ ByVal eKey As EdmDataPropertyType _ ) As System.Object | |
| C# | |
|---|---|
System.object Get( EdmDataPropertyType eKey ) | |
| C++/CLI | |
|---|---|
System.Object^ Get( & EdmDataPropertyType eKey ) | |
Parameters
- eKey
- ID of property to retrieve as defined in EdmDataPropertyType
Return Value
Property value or empty if not foundSee the IEdmData examples.
C++ programmers must remember to intialize the VARIANT struct for poValue with a call to VariantInit before calling the routine and release the returned data with a call to VariantClear.
- S_OK: The method successfully executed.
- S_FALSE: One of the arguments is invalid.
SOLIDWORKS PDM Professional Version 5.2