Obsolete. Superseded by IWizardHoleFeatureData2::FastenerSize.
NOTE: This property is a get-only property. Set is not implemented.
.NET Syntax
Visual Basic (Declaration) | |
---|
Property FastenerSize As String |
Visual Basic (Usage) | |
---|
Dim instance As IWizardHoleFeatureData
Dim value As String
instance.FastenerSize = value
value = instance.FastenerSize
|
C# | |
---|
string FastenerSize {get; set;} |
C++/CLI | |
---|
property String^ FastenerSize {
String^ get();
void set (String^ value);
} |
See Also