STK Vector Geometry ToolSend comments on this topic.
DurationType Property (IAgCrdnVolumeCalcConditionSatMetric)
See Also
Windows






Windows & Linux

Description

Spatial condition satisfaction duration types.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property DurationType() As AgECrdnVolumeCalcVolumeSatisfactionDurationType
[C#]
public AgECrdnVolumeCalcVolumeSatisfactionDurationType DurationType {get; set;}
[Managed C++]
public: __property AgECrdnVolumeCalcVolumeSatisfactionDurationType get_DurationType();
public: __property void set_DurationType( AgECrdnVolumeCalcVolumeSatisfactionDurationType );
[Unmanaged C++]
public: HRESULT get_DurationType(
    AgECrdnVolumeCalcVolumeSatisfactionDurationType * pRetVal
);
public: HRESULT put_DurationType(
    AgECrdnVolumeCalcVolumeSatisfactionDurationType DurationType
);
[Java]
public AgECrdnVolumeCalcVolumeSatisfactionDurationType getDurationType();
public void setDurationType(
    AgECrdnVolumeCalcVolumeSatisfactionDurationType
);

See Also

© 2020 Analytical Graphics, Inc. All Rights Reserved.