Gets or sets whether to include a remark in the report.
.NET Syntax
Visual Basic (Declaration) | |
---|
Property IncludeRemarkInReport2 As System.Boolean |
Visual Basic (Usage) | |
---|
Dim instance As ICWStaticStudyOptions
Dim value As System.Boolean
instance.IncludeRemarkInReport2 = value
value = instance.IncludeRemarkInReport2 |
C# | |
---|
System.bool IncludeRemarkInReport2 {get; set;} |
C++/CLI | |
---|
property System.bool IncludeRemarkInReport2 {
System.bool get();
void set ( & System.bool value);
} |
Property Value
-1 or true to include a report remark, 0 or false to not (see
Remarks)
Remarks
See Also
Availability
SOLIDWORKS Simulation API 2021 SP04