Conaito VoIP Video EVO.NET SDKNamespace: ConaitoAssembly: VoIPVideoEvoNET32 (in VoIPVideoEvoNET32.dll) Version: 4.4.0.2200 (4.4.0.2200)
public bool GetUserPosition(
int nUserID,
out float x,
out float y,
out float z
)
public bool GetUserPosition(
int nUserID,
out float x,
out float y,
out float z
)
Public Function GetUserPosition (
nUserID As Integer,
<OutAttribute> ByRef x As Single,
<OutAttribute> ByRef y As Single,
<OutAttribute> ByRef z As Single
) As Boolean
Public Function GetUserPosition (
nUserID As Integer,
<OutAttribute> ByRef x As Single,
<OutAttribute> ByRef y As Single,
<OutAttribute> ByRef z As Single
) As Boolean
public:
bool GetUserPosition(
int nUserID,
[OutAttribute] float% x,
[OutAttribute] float% y,
[OutAttribute] float% z
)
public:
bool GetUserPosition(
int nUserID,
[OutAttribute] float% x,
[OutAttribute] float% y,
[OutAttribute] float% z
)
Return Value
Type:
Boolean