LogPropertyMappings(LogIdentifier)
Description
Writes the DWG Processor Property Mapping Settings for the current vault to a log file.
Please see Log Files for more information.
Syntax
Sub LogPropertyMappings(LogIdentifier As Object)
Parameters
|
Name |
Data Type |
Description |
|
LogIdentifier |
String or TypedValue |
Used to determine the filename of the log file. To create a log file for the current activity pass in the provided ActivityID. |
Return
No return value.
Example
'create ExcitechDOCS DWG Processor object
Set dwgProcessor = GetExtensionObject("ExcitechDOCS.DWGProcessor")
'write PDF Setting to log
dwgProcessor.LogPropertyMappings ActivityID
The resulting log file would contain the following information:
01/01/2019 09:00:00:3318 - DWG Property Mappings
----------------------------------------------------------------------------------------------------------------------------------
Title Block Name : EXC A0; EXC A1; EXC A2; EXC A3
----------------------------------------------------------------------------------------------------------------------------------
Mappings
----------------------------------------------------------------------------------------------------------------------------------
Attribute Name M-Files Property Name Property Type Sync Direction
----------------------------------------------------------------------------------------------------------------------------------
DRAWINGNO Name or title Direct Sync to File Only
TITLE1 Title 1 Direct Bi-Directional
TITLE2 Title 2 Direct Bi-Directional
TITLE3 Title 3 Direct Bi-Directional
DRAWNBY Created by Direct Sync to File Only
----------------------------------------------------------------------------------------------------------------------------------