ObjVerExGetAllDirectReferences(Object) Method

Gets all the direct references found in the given lookup-based property.

Definition

Namespace: MFiles.VAF.Common
Assembly: MFiles.VAF (in MFiles.VAF.dll) Version: 24.1.706.1
C#
public List<ObjVerEx> GetAllDirectReferences(
	Object prop
)

Parameters

prop  Object
The property to resolve references from.

Return Value

ListObjVerEx
Direct references.

See Also