ClippingBoundaryType Property
|
Gets or sets the clipping boundary type, rectangular or polygonal.
Namespace:
DXFReaderNET
Assembly:
DXFReaderNET (in DXFReaderNET.dll) Version: 20.10.54
Syntax public ClippingBoundaryType Type { get; set; }
Public Property Type As ClippingBoundaryType
Get
Set
public:
property ClippingBoundaryType Type {
ClippingBoundaryType get ();
void set (ClippingBoundaryType value);
}
member Type : ClippingBoundaryType with get, set
PROPERTY Type AS ClippingBoundaryType GET SET
Property Value
Type:
ClippingBoundaryTypeSee Also