Return the type of interval.
Read-only property
[Visual Basic .NET] |
---|
Public Property Type() As AgECrdnEventIntervalType |
[C#] |
---|
public AgECrdnEventIntervalType Type {get;} |
[Managed C++] |
---|
public: __property AgECrdnEventIntervalType get_Type(); |
[Unmanaged C++] |
---|
public: HRESULT get_Type( AgECrdnEventIntervalType * pRetVal ); |
[Java] |
---|
public AgECrdnEventIntervalType getType(); |
[Python - STK API ] |
---|
@property def Type(self) -> "AgECrdnEventIntervalType": |