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