Gets and sets whether to create a separate instance for each section of the note.
.NET Syntax
Visual Basic (Declaration) | |
---|
Property NotesAutoExplode As System.Boolean |
Visual Basic (Usage) | |
---|
Dim instance As IInspectionProjectData
Dim value As System.Boolean
instance.NotesAutoExplode = value
value = instance.NotesAutoExplode |
C# | |
---|
System.bool NotesAutoExplode {get; set;} |
C++/CLI | |
---|
property System.bool NotesAutoExplode {
System.bool get();
void set ( & System.bool value);
} |
Property Value
True to create sub-notes from a large, multi-item note, false to not
Remarks
See Also
Availability
SOLIDWORKS Inspection API 2022 FCS