/// <summary> /// There are no comments for DataKey_Real in the schema. /// </summary> public void AddToDataKey_Real(DataKey_Real dataKey_Real) { base.AddObject("DataKey_Real", dataKey_Real); }
/// <summary> /// Create a new DataKey_Real object. /// </summary> /// <param name="ID">Initial value of Id.</param> public static DataKey_Real CreateDataKey_Real(float ID) { DataKey_Real dataKey_Real = new DataKey_Real(); dataKey_Real.Id = ID; return dataKey_Real; }