Returns whether the object supports Vector Geometry.
[Visual Basic .NET] |
---|
Public Function IsVgtSupported() As Boolean |
[C#] |
---|
public bool IsVgtSupported(); |
[Managed C++] |
---|
public: bool IsVgtSupported(); |
[Unmanaged C++] |
---|
public: HRESULT IsVgtSupported( VARIANT_BOOL * pRetVal ); |
[Java] |
---|
public bool isVgtSupported(); |