AGI STK VGT 11 Send comments on this topic.
Context Property (IAgCrdn)
See Also 
Windows






Windows & Linux

Description

Returns the context object associated with the instance. The returned object is either an instance of IAgCrdnInstance or IAgCrdnTemplate interface.

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();

Remarks

Context object provides information about the parent object the VGT component belongs to.

See Also

© 2017 Analytical Graphics, Inc. All Rights Reserved.

STK 11.2.1 Programming Interface