STK Vector Geometry ToolSend comments on this topic.
Context Property (IAgCrdnEventIntervalCollectionGroup)
See Also
Windows





Windows & Linux

Description

Returns a context object. The context can be used to find out which central body or STK object this instance is associated with.

Property type

Read-only property

Syntax

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

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.