ThreeDFormat.SetThreeDFormat(MsoPresetThreeDFormat) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Sets the preset extrusion format. Each preset extrusion format contains a set of preset values for the various properties of the extrusion.
public:
void SetThreeDFormat(Microsoft::Office::Core::MsoPresetThreeDFormat PresetThreeDFormat);
public void SetThreeDFormat (Microsoft.Office.Core.MsoPresetThreeDFormat PresetThreeDFormat);
abstract member SetThreeDFormat : Microsoft.Office.Core.MsoPresetThreeDFormat -> unit
Public Sub SetThreeDFormat (PresetThreeDFormat As MsoPresetThreeDFormat)
Parameters
- PresetThreeDFormat
- MsoPresetThreeDFormat
Required MsoPresetThreeDFormat. Specifies a preset extrusion format that corresponds to one of the options (numbered from left to right, top to bottom) displayed when you click the 3-D button on the Drawing toolbar.Can be one of these MsoPresetThreeDFormat constants. Note that specifying msoPresetThreeDFormatMixed for this argument causes an error. msoThreeD1 msoThreeD11 msoThreeD13 msoThreeD15 msoThreeD17 msoThreeD19 msoThreeD20 msoThreeD4 msoThreeD6 msoThreeD8 msoPresetThreeDFormatMixed msoThreeD10 msoThreeD12 msoThreeD14 msoThreeD16 msoThreeD18 msoThreeD2 msoThreeD3 msoThreeD5 msoThreeD7 msoThreeD9
Remarks
This method sets the PresetThreeDFormat property to the format specified by the PresetThreeDFormat
argument.