STK ObjectsSend comments on this topic.
PitDepth Property (IAgVeSpEnvParticleFlux)
See Also
Windows





Windows & Linux

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
);
[Python - STK API ]
@property
def PitDepth(self) -> float:

@PitDepth.setter
def PitDepth(self, PitDepth:float) -> None:

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.