DimensionDisableZero Property (DimensionCircle)
In This Topic
Gets/Sets whether the precision is set or not.
Syntax
public bool DimensionDisableZero {get; set;}
public:
property bool DimensionDisableZero {
bool get();
void set ( bool value);
}
See Also