Gets and sets the starting balloon number for this inspection project.
.NET Syntax
Visual Basic (Declaration) | |
---|
Property StartNumber As System.Integer |
Visual Basic (Usage) | |
---|
Dim instance As IInspectionProjectData
Dim value As System.Integer
instance.StartNumber = value
value = instance.StartNumber |
C# | |
---|
System.int StartNumber {get; set;} |
C++/CLI | |
---|
property System.int StartNumber {
System.int get();
void set ( & System.int value);
} |
Property Value
Starting balloon number
See Also
Availability
SOLIDWORKS Inspection API 2022 FCS