All Frameworks Object Hierarchy This Framework Previous Next Indexes
IUnknown | +---IDispatch | +---CATBaseUnknown | +---CATBaseDispatch | +---AnyObject | +---DrawingDimValue
This interface is obtained from DrawingDimension.GetValue method.
o Property FakeDimType( | ) As CatDimFake |
oFakeType = MyDimValue.FakeDimType
o Property ScoringMode( | ) As CatDimScore |
ValueScoreType = MyValue.ScoringMode
o Property Value( | ) As double (Read Only) |
oValue = MyDimValue.Value
o Property ValueFramedElement( | ) As CatDimFramedElement |
ValueFramedElement = MyValue.ValueFramedElement
o Property ValueFramedGroup( | ) As CatDimFramedGroup |
oValueFramedGroup = MyDimValue.FakeDimType
o Sub GetBaultText( | long | iIndex, |
CATBSTR | oBefore, | |
CATBSTR | oAfter, | |
CATBSTR | oUpper, | |
CATBSTR | oLower) |
MyValue.GetBaultText(iIndex, oBefore, oAfter, oUpper, oLower)
o Func GetDisplayUnit( | long | iIndex) As long |
FrmUnit = MyValue.GetDisplayUnit(iIndex)
o Func GetFakeDimValue( | long | iIndex) As CATBSTR |
FakeDimValue = MyValue.GetFakeDimValue(iIndex)
o Func GetFormatDisplayFactor( | long | iIndex) As long |
FrmDspFact = MyValue.GetFormatDisplayFactor(iIndex)
o Func GetFormatName( | long | iIndex) As CATBSTR |
FmName = MyValue.GetFormatName(iIndex)
o Func GetFormatPrecision( | long | Index) As double |
FrmPrecision = MyValue.GetFormatPrecision(iIndex)
o Func GetFormatType( | long | iIndex) As long |
FrmType = MyValue.GetFormatType(iIndex)
o Func GetFormatUnit( | long | iIndex) As long |
FrmUnit = MyValue.GetFormatUnit(iIndex)
o Sub GetPSText( | long | iIndex, |
CATBSTR | oPrefix, | |
CATBSTR | oSuffix) |
MyValue.GetBaultText(iIndex, oPrefix, oSuffix)
o Func GetScoredElement( | long | iIndex) As boolean |
ScoredElement = MyValue.GetScoredElement(iIndex)
o Sub SetBaultText( | long | iIndex, |
CATBSTR | iBefore, | |
CATBSTR | iAfter, | |
CATBSTR | iUpper, | |
CATBSTR | iLower) |
MyValue.SetBaultText(iIndex, iBefore, iAfter, iUpper, iLower)
o Sub SetFakeDimValue( | long | iIndex, |
CATBSTR | iFakeDimValue) |
MyValue.SetFakeDimValue(iIndex, iFakeDimValue)
o Sub SetFormatDisplayFactor( | long | iIndex, |
long | iFrmDspFact) |
MyValue.SetFormatDisplayFactor(iIndex, iFrmDspFact)
o Sub SetFormatName( | long | iIndex, |
CATBSTR | iFrmName) |
MyValue.SetFormatName(iIndex, iFrmName)
o Sub SetFormatPrecision( | long | iIndex, |
double | iFrmPrecision) |
MyValue.SetFormatPrecision(iIndex, iFrmPrecision)
o Sub SetFormatType( | long | iIndex, |
long | iFrmType) |
MyValue.SetFormatType(iIndex, iFrmType)
o Sub SetFormatUnit( | long | iIndex, |
long | iFrmUnit) |
MyValue.SetFormatUnit(iIndex, iFrmUnit)
o Sub SetPSText( | long | iIndex, |
CATBSTR | iPrefix, | |
CATBSTR | iSuffix) |
MyValue.SetBaultText(iIndex, iPrefix, iSuffix)
o Sub SetScoredElement( | long | iIndex, |
boolean | iScoredElement) |
MyValue.SetScoredElement(iIndex, iScoredElement)
Copyright © 2003, Dassault Systèmes. All rights reserved.