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