[Missing <summary> documentation for "P:PerpetuumSoft.DataModel.MsSql.BoundingBox.XMax"]
Assembly: PerpetuumSoft.DataModel (in PerpetuumSoft.DataModel.dll) Version: 1.0.0.0
Syntax
C# |
---|
public double XMax { get; set; } |
Visual Basic (Declaration) |
---|
Public Property XMax As Double |
Visual C++ |
---|
public: property double XMax { double get (); void set (double value); } |