STK ObjectsSend comments on this topic.
CommonTasks Property (IAgPlanet)
See Also
Windows





Windows & Linux

Description

Common Tasks associated with the planet.

Property type

Read-only property

Syntax

[Visual Basic .NET]
Public Property CommonTasks() As IAgPlCommonTasks
[C#]
public IAgPlCommonTasks CommonTasks {get;}
[Managed C++]
public: __property IAgPlCommonTasks ^ get_CommonTasks();
[Unmanaged C++]
public: HRESULT get_CommonTasks(
    IAgPlCommonTasks ** ppRetVal
);
[Java]
public IAgPlCommonTasks getCommonTasks();
[Python - STK API ]
@property
def CommonTasks(self) -> "IAgPlCommonTasks":

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.