VCOM:VectorWorks:PluginSupport:IExtendedProps::SetObjComponentTypeDefColors: Difference between revisions

From Vectorworks Developer
Jump to navigation Jump to search
(New page: __TOC__ <vwDoc> ----------------------------------------------------------------------------------------------------------- <desc> namespace <code>VectorWorks::PluginSupport</code> Membe...)
(No difference)

Revision as of 18:52, 1 May 2008

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

Description

namespace VectorWorks::PluginSupport

Member of VCOM:VectorWorks:PluginSupport:IExtendedProps

No info.

virtual VCOMError VCOM_CALLTYPE SetObjComponentTypeDefColors(
CodeRefID inCodeRefID,
TComponentTypeID typeID,
const ObjectColorType& style,
bool bPenByClass,
bool bFilLByClass) = 0;

Parameters

inCodeRefID CodeRefID
typeID TComponentTypeID
style const ObjectColorType&
bPenByClass bool
bFilLByClass bool

Return Value

Uses standard VCOM Error Reporting.

Return value meaning:

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