STK ObjectsSend comments on this topic.
Base Property (IAgStkAccess)
See Also
Windows





Windows & Linux

Description

Base object used in the access.

Property type

Read-only property

Syntax

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

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.