Sets the colors to exclude from the mask image for this decal.
.NET Syntax
Visual Basic (Declaration) | |
---|
Sub ISetMaskExcludedColors( _
ByVal Count As System.Integer, _
ByRef MaskColors As System.Integer _
) |
Visual Basic (Usage) | |
---|
Dim instance As IDecal
Dim Count As System.Integer
Dim MaskColors As System.Integer
instance.ISetMaskExcludedColors(Count, MaskColors) |
C# | |
---|
void ISetMaskExcludedColors(
System.int Count,
ref System.int MaskColors
) |
C++/CLI | |
---|
void ISetMaskExcludedColors(
& System.int Count,
& System.int% MaskColors
) |
Parameters
- Count
- Number of colors to exclude from the mask image
- MaskColors
- in-process, unmanaged C++: Pointer to an array of the RGB colors excluded from the mask image
- VBA, VB.NET, C#, and C++/CLI: Not supported
See In-process Methods for details about this type of method.
See Also
Availability
SOLIDWORKS 2008 FCS, Revision Number 16.0