ObjVerExGetDirectReference(MFIdentifier) Method

Returns the first non-deleted and non-destroyed object reference 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 ObjVerEx GetDirectReference(
	MFIdentifier prop
)

Parameters

prop  MFIdentifier
A reference to the property that holds a certain object reference.

Return Value

ObjVerEx
An ObjVerEx wrapped reference to existing object resolved via the passed property.

See Also