| Visual Basic | |
|---|---|
Sub UpdateReferences( _ ByVal poReferences() As EdmRawReference _ ) | |
| C# | |
|---|---|
void UpdateReferences( EdmRawReference[] poReferences ) | |
| C++/CLI | |
|---|---|
void UpdateReferences( & array<EdmRawReference>^ poReferences ) | |
Parameters
- poReferences
- Array of EdmRawReference structs of the references to update (see Remarks)
See the IEdmRawReferenceMgr examples.
Use IEdmRawReferenceMgr::GetReferences to get the array of EdmRawReference structs to pass to this method.
Return code S_OK indicates that the method successfully executed.
Version 6.4 of SOLIDWORKS PDM Professional