Add ShapeObject's to GroupedShape collection.

Namespace: Spire.Doc.Collections
Assembly: Spire.Doc (in Spire.Doc.dll) Version: 9.6.1.0 (9.6.1.3020)

Syntax

            
 C#  Visual Basic  Visual C++  F# 
public void AddDocObject(
	int shapeId,
	IDocumentObject shapeGroup
)
Public Sub AddDocObject ( 
	shapeId As Integer,
	shapeGroup As IDocumentObject
)
public:
void AddDocObject(
	int shapeId, 
	IDocumentObject^ shapeGroup
)
member AddDocObject : 
        shapeId : int * 
        shapeGroup : IDocumentObject -> unit 

Parameters

shapeId
Int32
The shape id.
shapeGroup
IDocumentObject
The text box.

See Also