Version

Place Method

Place the object with respect to currently placed object. Calling this method causes the object to be immediately updated, but has no effect on previously placed objects. Placeables which cannot be placed within the placement bounds or without overlapping previously placed objects are hidden
Syntax
'Declaration
 
Public Sub Place( _
   ByVal smartPlaceable As ISmartPlaceable _
) 
public void Place( 
   ISmartPlaceable smartPlaceable
)

Parameters

smartPlaceable
Object to place.
Requirements

Target Platforms: Windows 10, Windows 8.1, Windows 8, Windows 7, Windows Server 2012, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also