All Frameworks Object Hierarchy This Framework Previous Next Indexes
IUnknown | +---IDispatch | +---CATBaseUnknown | +---CATBaseDispatch | +---AnyObject | +---DrawingDimExtLine
This interface is obtained from DrawingDimension.GetExtLine method.
o Property Color( | ) As long |
oColorExtLine = MyExtLine.Color
o Property ExtLineSlant( | ) As double |
oExtLineSlant = MyExtLine.ExtLineSlant
o Property ExtLineType( | ) As long (Read Only) |
oExtLineType = MyExtLine.ExtLineType
o Property Thickness( | ) As double |
oThickExtLine = MyExtLine.Thickness
o Sub AddInterrupt( | long | iIndex, |
CATSafeArrayVariant | iTwoPoints) |
MyExtLine.AddInterrupt(iIndex, iTwoPoints)
o Sub GetFunnel( | long | iIndex, |
long | oMode, | |
double | oAngle, | |
double | oHeight, | |
double | oWidth) |
MyExtLine.GetFunnel(iIndex, oMode, oAngle, oHeight, oWidth)
o Func GetGap( | long | iIndex) As double |
Gap = MyExtLine.GetGap(iIndex)
o Sub GetGeomInfo( | long | iIndex, |
CATSafeArrayVariant | oGeomInfos) |
MyExtLine.GetGeomInfo(iIndex, oGeomInfos)
o Func GetInterrupt( | long | iIndex) As long |
NbIntOnExtLine = MyExtLine.GetInterrupt(iIndex)
o Func GetOverrun( | long | iIndex) As double |
Overrun = MyExtLine.GetOverrun(iIndex)
o Func GetVisibility( | long | iIndex) As long |
ExtlineVisibility = MyExtLine.GetVisibility(iIndex)
o Sub RemoveInterrupt( | long | iIndex) |
MyExtLine.RemoveInterrupt(iIndex)
o Sub SetFunnel( | long | iIndex, |
long | iMode, | |
double | iAngle, | |
double | iHeight, | |
double | iWidth) |
MyExtLine.SetFunnel(iIndex, iMode, iAngle, iHeight, iWidth)
o Sub SetGap( | long | iIndex, |
double | iGap) |
MyExtLine.SetGap(iIndex, iGap)
o Sub SetOverrun( | long | iIndex, |
double | iOverrun) |
MyExtLine.SetOverrun(iIndex, iOverrun)
o Sub SetVisibility( | long | iIndex, |
long | iExtlineVisibility) |
MyExtLine.SetVisibility(iIndex, iExtlineVisibility)
Copyright © 2003, Dassault Systèmes. All rights reserved.