CadLayoutMinLimits Property |
Gets or sets the minimum limits.
Namespace:
Aspose.CAD.FileFormats.Cad.CadObjects
Assembly:
Aspose.CAD (in Aspose.CAD.dll) Version: 21.1
Syntaxpublic Cad2DPoint MinLimits { get; set; }
Public Property MinLimits As Cad2DPoint
Get
Set
public:
property Cad2DPoint^ MinLimits {
Cad2DPoint^ get ();
void set (Cad2DPoint^ value);
}
member MinLimits : Cad2DPoint with get, set
Property Value
Type:
Cad2DPoint
The minimum limits.
See Also