TapDrillDepth Property (IWizardHoleFeatureData)
Obsolete. Superseded by IWizardHoleFeatureData2::TapDrillDepth.
.NET Syntax
Visual Basic (Declaration) | |
---|
Property TapDrillDepth As Double |
Visual Basic (Usage) | |
---|
Dim instance As IWizardHoleFeatureData
Dim value As Double
instance.TapDrillDepth = value
value = instance.TapDrillDepth
|
C# | |
---|
double TapDrillDepth {get; set;} |
C++/CLI | |
---|
property double TapDrillDepth {
double get();
void set (double value);
} |
See Also