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