Returns a template object the VGT component was created from or null if the VGT component was not created from a template.
Read-only property
[Visual Basic .NET] |
---|
Public Property Template() As IAgCrdn |
[C#] |
---|
public IAgCrdn Template {get;} |
[Managed C++] |
---|
public: __property IAgCrdn ^ get_Template(); |
[Unmanaged C++] |
---|
public: HRESULT get_Template( IAgCrdn ** ppRetVal ); |
[Java] |
---|
public IAgCrdn getTemplate(); |
[Python - STK API ] |
---|
@property def Template(self) -> "IAgCrdn": |