ObjVerExGetIndirectReferences Method
Returns a set of objects that reference this one.
Namespace: MFiles.VAF.CommonAssembly: MFiles.VAF (in MFiles.VAF.dll) Version: 24.1.706.1
public List<ObjVerEx> GetIndirectReferences(
MFIdentifier prop = null,
MFIdentifier objType = null,
MFIdentifier objClass = null
)
- prop MFIdentifier (Optional)
-
The property through which items must reference this objVer. If not passed the related items can
reference the target objVer via any property.
- objType MFIdentifier (Optional)
- The object type of the indirect references to return
- objClass MFIdentifier (Optional)
- The class of the indirect references to return
ListObjVerExThe indirect references.