Gets or sets the maximum duration that a point will lie on the line.
Read-write property
[Visual Basic .NET] |
---|
Public Property Duration() As Double |
[C#] |
---|
public double Duration {get; set;} |
[Managed C++] |
---|
public: __property double get_Duration(); |
[Unmanaged C++] |
---|
public: HRESULT get_Duration( double * pRetVal ); public: HRESULT put_Duration( double Duration ); |
[Java] |
---|
public double getDuration(); public void setDuration( double ); |