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