Gets or sets whether to include a remark in the report.
.NET Syntax
Visual Basic (Declaration) | |
---|
Property IncludeRemarkInReport As System.Integer |
Visual Basic (Usage) | |
---|
Dim instance As ICWStaticStudyOptions
Dim value As System.Integer
instance.IncludeRemarkInReport = value
value = instance.IncludeRemarkInReport |
CSolidWorks.Interop.cosworks~SolidWorks.Interop.cosworks.ICWStaticStudyOptions~IncludeRemarkInReport.html# | |
---|
System.int IncludeRemarkInReport {get; set;} |
C++/CLI | |
---|
property System.int IncludeRemarkInReport {
System.int get();
void set ( & System.int value);
} |
Property Value
1 to include a report remark, 0 to not
Example
Remarks
See Also
Availability
SOLIDWORKS Simulation API 2017 SP0