Returns whether the VGT component can be
duplicated.
Read-only property
| [Visual Basic .NET] |
|---|
Public Property IsDuplicable() As Boolean
|
| [C#] |
|---|
public bool IsDuplicable {get;}
|
| [Managed C++] |
|---|
public: __property bool get_IsDuplicable();
|
| [Unmanaged C++] |
|---|
public: HRESULT get_IsDuplicable(
|
| [Java] |
|---|
public bool getIsDuplicable();
|