STK ObjectsSend comments on this topic.
VgtRoot Property (IAgStkObjectRoot)
See Also
Windows





Windows & Linux

Description

Returns an instance of VGT root object.

Property type

Read-only property

Syntax

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

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.