Solid Edge Draft Type Library
ShadingAllowPartFaceColors Property
Description
Specifies whether part face colors are shown in the referenced drawing view.
Property type
Read-write property
Syntax
Visual Basic
Public Property ShadingAllowPartFaceColors As Boolean
Remarks
When set to True, part face colors are shown (unless overridden by a True setting on the ShadingAllowAssemblyOverrides property). When set to False, part colors are ignored. Changing the value of this property causes the drawing view to go out of date. You must call the Update method for the DrawingView object for the change to be displayed.
See Also

DrawingView Object  | DrawingView Members