VCOM:VectorWorks:Extension:ILeaderLineProvider: Difference between revisions

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

Revision as of 14:57, 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::Extension

..put some descriptoin in here...

Interface

...put the class definition, including the UUID, here...

Members

GetLeaderLinePt
SetLeaderLinePt
GetLabelPt
SetLabelPt
GetLeaderEndPt

Remarks

There is predefined type for smart VCOM pointer VCOMPtr to ILeaderLineProvider interface:

typedef VCOMPtr<ILeaderLineProvider>  ILeaderLineProviderPtr;

Version

Available from: Vectorworks 2013

See Also

VCOM:VCOMPtr

[[VCOM:VCOMPtr]]