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