|
|
|
BlueCielo Meridian Enterprise 2012 Developer's Guide | BlueCielo ECM Solutions |
Returns a string to be applied as the new attribute value.
Public Function OnPutField(
strTitleBlock As String,
strTag As String,
strValue As String) As String
Name | Description |
---|---|
strTitleBlock |
AutoCAD block name of the title block currently being processed. Remember, there may be several different title blocks possible. |
strTag |
Name of the current attribute tag in the title block. |
strValue |
Value read from the Meridian Enterprise property. |
This function intercepts the default property value before it is written to a title block attribute so that it can first be manipulated. The function can modify the value to fit the particular purpose in the title block. The value returned by this function will be used, so if the value should be used unchanged, that unchanged value should be returned.
Related information
Customizing the AutoCAD link property synchronization
OnCreateReferenceLink function
Copyright © 2000-2012 BlueCielo ECM Solutions |