Gets or sets a value indicating whether the Curve, Polyline, Polygon or Polyruler's auto correction
is enabled.
Syntax
'Declaration
Public Property IsPolyMarkAutoRollbackEnabled As Boolean
'Usage
Dim instance As AnnotatorSettings
Dim value As Boolean
instance.IsPolyMarkAutoRollbackEnabled = value
value = instance.IsPolyMarkAutoRollbackEnabled
public bool IsPolyMarkAutoRollbackEnabled {get; set;}
public: __property bool get_IsPolyMarkAutoRollbackEnabled();
public: __property void set_IsPolyMarkAutoRollbackEnabled(
bool value
);
public:
property bool IsPolyMarkAutoRollbackEnabled {
bool get();
void set ( bool value);
}
Property Value
Boolean value.
See Also