A collection of time components and their 2D attributes.
Read-only property
[Visual Basic .NET] |
---|
Public Property TimeComponents() As IAgVeGfxTimeComponentsCollection |
[C#] |
---|
public IAgVeGfxTimeComponentsCollection TimeComponents {get;} |
[Managed C++] |
---|
public: __property IAgVeGfxTimeComponentsCollection ^ get_TimeComponents(); |
[Unmanaged C++] |
---|
public: HRESULT get_TimeComponents( IAgVeGfxTimeComponentsCollection ** ppVal ); |
[Java] |
---|
public IAgVeGfxTimeComponentsCollection getTimeComponents(); |
[Python - STK API ] |
---|
@property def TimeComponents(self) -> "IAgVeGfxTimeComponentsCollection": |