VCOM:VectorWorks:Extension:IGISSupport::SetApplyUseOriginTransform: Difference between revisions

From Vectorworks Developer
Jump to navigation Jump to search
m (1 revision)
No edit summary
 
Line 9: Line 9:
Member of [[VCOM:VectorWorks:Extension:IGISSupport]]
Member of [[VCOM:VectorWorks:Extension:IGISSupport]]


...put some description here...
Set whether the Use Origin to be applied to transformation.
</desc>
</desc>



Latest revision as of 07:38, 20 September 2013

Description

namespace VectorWorks::Extension

Member of VCOM:VectorWorks:Extension:IGISSupport

Set whether the Use Origin to be applied to transformation.

virtual VCOMErrorVCOM_CALLTYPE SetApplyUseOriginTransform(
bool value) = 0;

Parameters

value bool no info.

Return Value

Uses standard VCOM Error Reporting.

Return value meaning:

kVCOMError_NotInitialized Bad VCOM instance used to call the fuction.
kVCOMError_Failed Routine failed.