An NDoc Documented Class Library

Storage.m_position Field

Property: m_position is a class property array of the simulated book containing the results of the optimzation

[Visual Basic]
Public m_position As BookStruct()
[C#]
public BookStruct[] m_position;
[C++]
public: BookStruct* m_position __gc[];
[JScript]
public var m_position: BookStruct[];

See Also

Storage Class | CommodityStorage.Storage Namespace