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






Windows & Linux

Description

The duration of the interval

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property DurationAsString() As String
[C#]
public string DurationAsString {get; set;}
[Managed C++]
public: __property String __gc ^ get_DurationAsString();
public: __property void set_DurationAsString(
   String __gc ^
);
[Unmanaged C++]
public: HRESULT get_DurationAsString(
   BSTR * pRetVal
);
public: HRESULT put_DurationAsString(
   BSTR NewDurationAsString
);
[Java]
public String getDurationAsString();public void setDurationAsString(
   String
);

See Also

© 2018 Analytical Graphics, Inc. All Rights Reserved.