Returns the context object associated with the instance. The returned object is either an instance of IAgCrdnInstance or IAgCrdnTemplate interface.
Read-only property
| [Visual Basic .NET] |
|---|
Public Property Context() As IAgCrdnContext |
| [C#] |
|---|
public IAgCrdnContext Context {get;} |
| [Managed C++] |
|---|
public: __property IAgCrdnContext ^ get_Context(); |
| [Unmanaged C++] |
|---|
|
| [Java] |
|---|
public IAgCrdnContext getContext(); |
| [Python - STK API] |
|---|
@property def Context(self) -> "IAgCrdnContext": |
Context object provides information about the parent object the VGT component belongs to.





