AGI STK VGT 11Send comments on this topic.
DurationType Property (IAgCrdnVolumeOverTime)
See Also 
Windows






Windows & Linux

Description

Sets/Returns the lighting conditions.

Property type

Read-write property

Syntax

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

See Also

© 2018 Analytical Graphics, Inc. All Rights Reserved.