AGI STK Objects 11Send 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
);

See Also

© 2019 Analytical Graphics, Inc. All Rights Reserved.