VCOM:VectorWorks:ISDK::InsertProposedClassOrLayerItem: Difference between revisions

From Vectorworks Developer
Jump to navigation Jump to search
m (1 revision)
mNo edit summary
 
Line 35: Line 35:
</line>
</line>
<line>
<line>
constTXString&
const [[SDK:TXString]]&
strLabel
strLabel
No information available.
No information available.

Latest revision as of 16:29, 2 October 2013

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

Description

namespace VectorWorks

Member of VCOM:VectorWorks:ISDK

Inserts a class or layer item in the proposed section of a Class, Design Layer, or Sheet Layer Layout Manager Pull Down.

Parameters changed in Vectorworks 2012

virtual bool InsertProposedClassOrLayerItem(
long nDialogID,
long nComponentID,
const TXString& strLabel,
const TXString& iconSpec)

Parameters

long nDialogID No information available.
long nComponentID No information available.
const SDK:TXString& strLabel No information available.
const SDK:TXString& iconSpec No information available.

Return Value

On error returns: false

Version

Availability: from Vectorworks 2009

Parameters changed in Vectorworks 2012