ToleranceValueShowDiameterSymbol Property
|
Gets or sets if the tolerance diameter symbol will be shown.
Namespace:
DXFReaderNET.Entities
Assembly:
DXFReaderNET (in DXFReaderNET.dll) Version: 20.10.54
Syntax public bool ShowDiameterSymbol { get; set; }
Public Property ShowDiameterSymbol As Boolean
Get
Set
public:
property bool ShowDiameterSymbol {
bool get ();
void set (bool value);
}
member ShowDiameterSymbol : bool with get, set
PROPERTY ShowDiameterSymbol AS LOGIC GET SET
Property Value
Type:
BooleanSee Also