ShapeCreateThreeDFormatEffective 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.")]
public IThreeDFormatEffectiveData CreateThreeDFormatEffective()
<ObsoleteAttribute("Use ThreeDFormatFormat.GetEffective() instead. The method will be removed after release of version 20.8.")>
Public Function CreateThreeDFormatEffective As IThreeDFormatEffectiveData
public:
[ObsoleteAttribute(L"Use ThreeDFormatFormat.GetEffective() instead. The method will be removed after release of version 20.8.")]
virtual IThreeDFormatEffectiveData^ CreateThreeDFormatEffective() sealed
[<ObsoleteAttribute("Use ThreeDFormatFormat.GetEffective() instead. The method will be removed after release of version 20.8.")>]
abstract CreateThreeDFormatEffective : unit -> IThreeDFormatEffectiveData
[<ObsoleteAttribute("Use ThreeDFormatFormat.GetEffective() instead. The method will be removed after release of version 20.8.")>]
override CreateThreeDFormatEffective : unit -> IThreeDFormatEffectiveData
Return Value
Type:
IThreeDFormatEffectiveDataThreeDFormatEffectiveData.
Implements
IShapeCreateThreeDFormatEffective
See Also