LabelEx C# Sample
Overview
Implementation
All DG Kernel related functionality is implemented by the LabelExForm class. On
the start OnFormLoad() method acquires required
IItem,
ILocation
and ILocationEx interfaces for each
label as described in Programming
3D Labels and stores them into the class variables.
The GetObjectData() method uses
ILocation
and ILocationEx to query necessary
information from the label objects.
LabelExForm.ModifyStandaloneLabel() is the function which transfers all
relevant options into properties of the top-level label and updates the display.
It uses
ILocation
and ILocationEx to do the job.
LabelExForm.ModifyChildLabel() does the same for the child label.
See also IText, ILocation, IItem,
IDIFont
, All samples.
|