GetDocumentFlags
This method is used to determines if a document contains animations or 3D objects.
Introduced with Arbortext IsoView 7.1.
Syntax
GetDocumentFlags
Parameters / Return Values:
This method does not use parameters. It returns the values below in a bit-mapped array:
0x0002
|
The document contains 3D objects.
|
0x0004
|
The document contains animations of any type.
|
To determine if a document contains a specific type of animation, use the HasAnimations method. (See HasAnimations.)
|
|
flags = GetDocumentFlags();