All Frameworks Object Hierarchy This Framework Previous Next Indexes
IUnknown | +---IDispatch | +---CATBaseUnknown | +---CATBaseDispatch | +---AnyObject | +---SceneProductData
Using this prefered syntax will enable mkdoc to document your class.
o Property Activation( | ) As boolean |
IsActivated = scenePrd.Hidden
o Property Hidden( | ) As boolean |
IsHidden = scenePrd.Hidden
o Property Move( | ) As CATIAMove (Read Only) |
Dim EngineMove As Move Set EngineMove = scenePrd.GetMove
o Property Position( | ) As CATIAPosition (Read Only) |
Dim EnginePosition As Position Set EnginePosition = scenePrd.GetPosition
o Sub GetRealColor( | long | oRed, |
long | oGreen, | |
long | oBlue, | |
long | oInheritance) |
Dim r, g, b, inh scenePrd.GetRealColor r, g, b, inh
o Sub SetRealColor( | long | iRed, |
long | iGreen, | |
long | iBlue, | |
long | iInheritance) |
scenePrd.SetRealColor 255,0,0,1
Copyright © 2003, Dassault Systèmes. All rights reserved.