Add ShapeObject's to GroupedShape collection.
Namespace: Spire.Doc.CollectionsAssembly: 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