Moves the decal up or down in the list of decals applied to the model.
.NET Syntax
Visual Basic (Declaration) | |
---|
Function MoveDecal( _
ByVal DecalID As Integer, _
ByVal MoveUp As Boolean _
) As Boolean |
Visual Basic (Usage) | |
---|
Dim instance As IModelDocExtension
Dim DecalID As Integer
Dim MoveUp As Boolean
Dim value As Boolean
value = instance.MoveDecal(DecalID, MoveUp)
|
Parameters
- DecalID
- Decal ID
- MoveUp
True to move the decal up in the list of decals, false to move the decal down in the list of decals
Return Value
True if the decal is moved up or down in the list of decals, false if not
See Also
Availability
SolidWorks 2008 FCS, Revision Number 16.0