Obsolete for documents created in SOLIDWORKS 2016 and later. Gets whether the current note is a compound note.
.NET Syntax
Visual Basic (Declaration) | |
---|
Function IsCompoundNote() As System.Boolean |
Visual Basic (Usage) | |
---|
Dim instance As INote
Dim value As System.Boolean
value = instance.IsCompoundNote() |
C# | |
---|
System.bool IsCompoundNote() |
C++/CLI | |
---|
System.bool IsCompoundNote(); |
Return Value
True if note is compound, false if not
Example
See Also