Gets and sets whether to re-order balloons when one is removed.
.NET Syntax
Visual Basic (Declaration) | |
---|
Property PreventAutoReNumbering As System.Boolean |
Visual Basic (Usage) | |
---|
Dim instance As IInspectionProjectData
Dim value As System.Boolean
instance.PreventAutoReNumbering = value
value = instance.PreventAutoReNumbering |
C# | |
---|
System.bool PreventAutoReNumbering {get; set;} |
C++/CLI | |
---|
property System.bool PreventAutoReNumbering {
System.bool get();
void set ( & System.bool value);
} |
Property Value
True to prevent re-ordering of balloons, false to re-order when balloons are added or removed
See Also
Availability
SOLIDWORKS Inspection API 2022 FCS