IShapeCreateThreeDFormatEffective Method |
Note: This API is now obsolete.
Creates the ThreeDFormatEffectiveData object that contains volume properties and 3D transformation of a shape, included inherited.
Namespace:
Aspose.Slides
Assembly:
Aspose.Slides (in Aspose.Slides.dll) Version: 20.3.0.0 (20.3)
Syntax[ObsoleteAttribute("Use ThreeDFormatFormat.GetEffective() instead. The method will be removed after release of version 20.8.")]
IThreeDFormatEffectiveData CreateThreeDFormatEffective()
<ObsoleteAttribute("Use ThreeDFormatFormat.GetEffective() instead. The method will be removed after release of version 20.8.")>
Function CreateThreeDFormatEffective As IThreeDFormatEffectiveData
[ObsoleteAttribute(L"Use ThreeDFormatFormat.GetEffective() instead. The method will be removed after release of version 20.8.")]
IThreeDFormatEffectiveData^ CreateThreeDFormatEffective()
[<ObsoleteAttribute("Use ThreeDFormatFormat.GetEffective() instead. The method will be removed after release of version 20.8.")>]
abstract CreateThreeDFormatEffective : unit -> IThreeDFormatEffectiveData
Return Value
Type:
IThreeDFormatEffectiveDataIThreeDFormatEffectiveData.
See Also