Gets the design standard for this hole.
NOTE: This property is a get-only property. Set is not implemented.
.NET Syntax
Visual Basic (Declaration) | |
---|
Property Standard2 As Integer |
Visual Basic (Usage) | |
---|
Dim instance As IWizardHoleFeatureData2
Dim value As Integer
instance.Standard2 = value
value = instance.Standard2
|
C# | |
---|
int Standard2 {get; set;} |
C++/CLI | |
---|
property int Standard2 {
int get();
void set (int value);
} |
Return Value
Value of the design standard associated with this hole as defined in swWzdHoleStandards_e
Example
Remarks
See Also
Availability
SolidWorks 2001Plus FCS, Revision Number 10.0