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