BlueCielo Meridian Enterprise 2018 VBScript API Reference
Open method
Opens an AutoCAD or MicroStation drawing from which to extract the tags that it contains.
Syntax
Open(FileName As String) As Integer
Parameters
Name |
Description |
---|---|
FileName |
Fully-qualified path of the file in the local workspace to open. |
Return Value
One of the codes listed in TagExtractor result codes.
Example
Dim ResCode ResCode = TagExtractor.Open(sFileName)