All Frameworks Object Hierarchy This Framework Previous Next Indexes
IUnknown | +---IDispatch | +---CATBaseUnknown | +---CATBaseDispatch | +---Collection | +---DrawingLeaders
o Func Add( | double | iHeadPointX, |
double | iHeadPointY) As CATIADrawingLeader |
Dim MyTexts As DrawingTexts Set MyTexts = MySheet.Views.ActiveView Dim MyText As DrawingText Set MyText = MyTexts.Item(1) Dim MyLeader As DrawingLeader Set MyLeader = MyText.Leaders.Add(20., 50)
o Func Item( | long | iIndex) As CATIADrawingLeader |
Dim MyView As DrawingView Set MyView = MySheet.Views.ActiveView Dim ThisDrawingLeader As DrawingLeader Set ThisDrawingLeader = MyView.Leaders.Item(2)
o Sub Remove( | long | iIndex) |
Dim MyView As DrawingView Set MyView = MySheet.Views.ActiveView MyView.DrawingLeaders.Remove(3)
Copyright © 2003, Dassault Systèmes. All rights reserved.