scripting:api:base-document:type

Type

Property of IBaseDocument

Document Type

Read-Only Property of type BSTR

var nVal = BaseDocument.Type;

==== Visual Basic Script ====

nVal = BaseDocument.Type

==== C++ ====

BSTR nVal;
HRESULT hr = BaseDocument.get_Type(&nVal);

===== See Also ===== IBaseDocument