References > Creo Schematics 4.0 API Guide > The Component Package > Class DraftGroup
  
Class DraftGroup
This abstract class represents a draft group in a diagram type.
public class DraftGroup()
Hierarchical Diagram
Direct Known Subclasses
None
Constructor
public DraftGroup()
Methods
getShapes
public Iterator<Shape> getShapes()
Where:
shape—The name of the draft group.
Throws: RSDException
getShapesVector
Returns a vector os the shpaes in the draft group.
public Vector<Shape> getShapesVector
Where:
shape—The name of the draft group.
Throws: RSDException
Methods Inherited
None