CanCADFileBeAssociativelyImported |
Method that checks whether a foreign CAD file can be associatively imported into Inventor document or not. |
CopyFile |
Method that copies the specified Autodesk Inventor file (.ipt, .idw, .ipt etc.) from one location to another. |
DeleteFile |
Method that deletes the specified file. |
GetAutoCADBlockDefinitions |
Method that returns the names of all the AutoCAD block definitions contained within the input DWG file. The input file can be an AutoCAD DWG or an Inventor DWG. |
GetDesignViewRepresentations |
Method that returns the names of all the design view representations contained within the input file (either *.iam, *.ipt or *.idv). |
GetDWGDocumentReferences |
Gets the set of direct file references from a DWG file. |
GetEmbeddedDocumentShortName |
Method that returns the short filename of an embedded document path. |
GetExpressGraphicsStatus |
Returns a value indicating the current state of the express graphics in the specified assembly. |
GetFileNameFromIdentifier |
Property that returns the fully qualified name of a file using its unique identifier. The identifier must have been obtained from the GetIdentifierFromFileName method. |
GetFullDocumentName |
Returns the full document name which is a unique identifier for an open Document. The returned string is the full file name concatenated with the model state name for a part or assembly document. |
GetFullFileName |
Returns the full file name given its full document name. |
GetIdentifierFromFileName |
Creates and returns a unique, persistent identifier for the specified file. |
GetLastActiveDesignViewRepresentation |
Method that returns the name of the design view representation that was active when the file was last saved. |
GetLastActiveModelState |
Method that returns the name of the model state that was active when the file was last saved. |
GetModelStateName |
Method that returns the name of the model state given its full document name. |
GetModelStates |
Method that returns the names of all the model states contained within the input file. |
GetPositionalRepresentations |
Method that returns the names of all the positional representations contained within the input assembly file. |
GetRevitEngineInstallationStatus |
Method that returns the Revit engine installation status for available versions. |
GetSHXFontList |
Method that gets the array of strings containing the SHX font name list. |
GetTemplateFile |
Method that specifies the template to use when creating a file. |
GetTemplateFileWithOptions |
Method that gets a template file that can be used to create a new document. |
InstallRevitEngineVersion |
Method that tries to install specified Revit engine and returns the installation status. The installation is asynchronous, and this returns kInstallationInProcessStatus if the installation is started. |
IsEmbeddedDocumentPath |
Method that returns whether the input string indicates an embedded document path. |
IsFileNameValid |
Validate the input filename and replace illegal filename characters with something more appropriate. |
IsFutureCADFile |
Method that returns whether the input CAD file is a future CAD file. If an invalid CAD filename is provided an error would occur. |
IsInventorComponent |
Returns whether the input file is an Inventor Component (part or assembly). |
IsInventorDWG |
Method that returns whether the input file is an Inventor DWG file. |
MoveFile |
Method that moves the specified file from one location to another. |
ReferencedDocumentCount |
Returns the number of uniquely referenced documents the input document had at the time it was last saved. This is the number that is used in determining whether or not an assembly will open in Express mode or Full mode. |
RefreshAllDocuments |
Refreshes all documents in memory to the latest version on disk. |
SoftwareVersionSaved |
Returns the object that encapsulates the version of the software with which this file was last saved. |
WillOpenExpressDefault |
Returns whether the input assembly will open in Express mode by default. |