# NetworkedBehaviour.GetNetworkedObject Method Gets the local instance of a object with a given NetworkId **Namespace:** MLAPI
**Assembly:** MLAPI (in MLAPI.dll) Version: 1.0.0.0 (1.0.0.0) ## Syntax **C#**
``` C# protected NetworkedObject GetNetworkedObject( uint networkId ) ```
#### Parameters  
networkId
Type: System.UInt32
\[Missing documentation for "M:MLAPI.NetworkedBehaviour.GetNetworkedObject(System.UInt32)"\]
#### Return Value Type: NetworkedObject
\[Missing documentation for "M:MLAPI.NetworkedBehaviour.GetNetworkedObject(System.UInt32)"\] ## See Also #### Reference NetworkedBehaviour Class
MLAPI Namespace