VCOM:VectorWorks:Math:IPoly2DMath::CreatePoly: Difference between revisions

From Vectorworks Developer
Jump to navigation Jump to search
m (1 revision)
 
m (1 revision)
 
(No difference)

Latest revision as of 15:07, 12 August 2013

.SDK|SDK ..SDK:Types|SDK Types ..VCOM:VCOM (Vectorworks Component Object Model)|VCOM Basics ..VCOM:Class Reference|VCOM Class Reference

Description

namespace VectorWorks::Math

Member of VCOM:VectorWorks:Math:IPoly2DMath

...put some description here...

virtual VCOMErrorVCOM_CALLTYPE CreatePoly(
MCObjectHandle hObject,
IPolyDef** ppOutPolygon) = 0;

Parameters

hObject MCObjectHandle no info.
ppOutPolygon IPolyDef** 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.