C-DEngine 5.105

TheMeshInfoStatus..::..StatusCode Property

Return code of the call

Namespace:  nsCDEngine.ViewModels
Assembly:  C-DEngine (in C-DEngine.dll)

Syntax


public int StatusCode { get; set; }
Public Property StatusCode As Integer
	Get
	Set
public:
property int^ StatusCode {
	int^ get ();
	void set (int^ value);
}