STK ObjectsSend comments on this topic.
Root Property (IAgStkObject)
See Also
Windows





Windows & Linux

Description

Returns the Root object or null.

Property type

Read-only property

Syntax

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

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.