| Visual Basic | |
|---|---|
Sub GetReferences( _ ByVal lEdmRefFlags As System.Integer, _ ByRef ppoRetReferences() As EdmItemRef _ ) | |
| C# | |
|---|---|
void GetReferences( System.int lEdmRefFlags, out EdmItemRef[] ppoRetReferences ) | |
| C++/CLI | |
|---|---|
void GetReferences( & System.int lEdmRefFlags, & [Out] array<EdmItemRef>^ ppoRetReferences ) | |
Parameters
- lEdmRefFlags
- Combination of EdmRefFlags bits
- ppoRetReferences
- Array of EdmItemRef structures; one structure for each item reference
See the IEdmItem examples.
Call IEdmItem::UpdateReferences to add, update, or remove item references.
Use IEdmFile5::GetReferenceTree to enumerate item references.
Use IEdmBatchItemReferenceUpdate to quickly update the references of many items at the same time.
See the Programming Items topic for more information.
- S_OK: The method successfully executed.
- S_FALSE: One of the arguments is invalid.
SOLIDWORKS PDM Professional 2010