Gets and sets the statistical sampling type for this inspection project.
.NET Syntax
Visual Basic (Declaration) | |
---|
Property SamplingType As System.Integer |
Visual Basic (Usage) | |
---|
Dim instance As IInspectionProjectData
Dim value As System.Integer
instance.SamplingType = value
value = instance.SamplingType |
C# | |
---|
System.int SamplingType {get; set;} |
C++/CLI | |
---|
property System.int SamplingType {
System.int get();
void set ( & System.int value);
} |
Property Value
Sampling type as defined by
swiSamplingType_e
See Also
Availability
SOLIDWORKS Inspection API 2022 FCS