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