Namespace: Spire.Presentation
Assembly: Spire.Presentation (in Spire.Presentation.dll) Version: 6.6.2.0 (6.6.2.6020)

Syntax

            
 C#  Visual Basic  Visual C++  F# 
public void InsertSmartArt(
	SmartArtLayoutType smartArtLayoutType
)
Public Sub InsertSmartArt ( 
	smartArtLayoutType As SmartArtLayoutType
)
public:
virtual void InsertSmartArt(
	SmartArtLayoutType smartArtLayoutType
) sealed
abstract InsertSmartArt : 
        smartArtLayoutType : SmartArtLayoutType -> unit 
override InsertSmartArt : 
        smartArtLayoutType : SmartArtLayoutType -> unit 

Parameters

smartArtLayoutType
SmartArtLayoutType

Implements

IShape..::..InsertSmartArt(SmartArtLayoutType)

See Also