Returns whether the current instance is a VGT
template.
Read-only property
| [Visual Basic .NET] |
|---|
Public Property IsTemplate() As Boolean
|
| [C#] |
|---|
public bool IsTemplate {get;}
|
| [Managed C++] |
|---|
public: __property bool get_IsTemplate();
|
| [Unmanaged C++] |
|---|
public: HRESULT get_IsTemplate(
|
| [Java] |
|---|
public bool getIsTemplate();
|