This version of Unity is unsupported.

NavMeshAgent.navMeshOwner

public Object navMeshOwner;

Description

Returns the owning object of the NavMesh the agent is currently placed on (Read Only).

If no owner is set for a NavMesh or link instance the return value is null.

Additional resources: NavMeshDataInstance.owner and NavMesh.GetLinkOwner.