Gets or sets the option for this results probe.
.NET Syntax
Visual Basic (Declaration) | |
---|
Property ProbingOption As System.Integer |
Visual Basic (Usage) | |
---|
Dim instance As ICWResultsProbeManager
Dim value As System.Integer
instance.ProbingOption = value
value = instance.ProbingOption |
CSolidWorks.Interop.cosworks~SolidWorks.Interop.cosworks.ICWResultsProbeManager~ProbingOption.html# | |
---|
System.int ProbingOption {get; set;} |
C++/CLI | |
---|
property System.int ProbingOption {
System.int get();
void set ( & System.int value);
} |
Property Value
Option as defined in
swsProbePostResultOption_e
Example
See Also
Availability
SOLIDWORKS Simulation API 2017 SP0