SEArrayVolumePerTime.h
1#pragma once
2#include "SEProperty.h"
3
4class DLL_DECL SEArrayVolumePerTime : public SEArray
5{
6public:
8
9 std::shared_ptr<CDM::ArrayData> Unload();
10
11 virtual bool IsValidUnit(CCompoundUnit& unit);
12};
Definition: CompoundUnit.h:40
Definition: SEArray.h:8
Definition: SEArrayVolumePerTime.h:5

Distributed under the Apache License, Version 2.0.

See accompanying NOTICE file for details.