Gets or sets whether to place this note, specified to be a watermark, behind the geometry in a part or assembly.
.NET Syntax
Visual Basic (Declaration) | |
---|
Property WatermarkBehindGeometry As System.Boolean |
Visual Basic (Usage) | |
---|
Dim instance As INote
Dim value As System.Boolean
instance.WatermarkBehindGeometry = value
value = instance.WatermarkBehindGeometry |
C# | |
---|
System.bool WatermarkBehindGeometry {get; set;} |
C++/CLI | |
---|
property System.bool WatermarkBehindGeometry {
System.bool get();
void set ( & System.bool value);
} |
Property Value
True to place this note behind the geometry in a part or assembly, false to place this note in front of the geometry in a part or assembly
Example
Remarks
See Also
Availability
SOLIDWORKS 2016 FCS, Revision Number 24.0