Pit depth in the material that indicates damage. Uses SmallDistance Dimension.
Read-write property
[Visual Basic .NET] |
---|
Public Property PitDepth() As Double |
[C#] |
---|
public double PitDepth {get; set;} |
[Managed C++] |
---|
public: __property double get_PitDepth(); |
[Unmanaged C++] |
---|
public: HRESULT get_PitDepth( double * pVal ); public: HRESULT put_PitDepth( double PitDepth ); |
[Java] |
---|
public double getPitDepth(); public void setPitDepth( double ); |