References > Creo Schematics 4.0 API Guide > The Component Package > Class Dataset
  
Class Dataset
This abstract class represents a PropertySet that is applied to an artifact. On application, the properties of the dataset are copied onto the artifact.
public class Dataset
extends PropertySet
Hierarchical Diagram
Direct Known Subclasses
None
Constructor
public Dataset()
Methods
getOwner
Returns the datatable to which this dataset belongs.
public Datatable getOwner()
Throws: RSDException
getIndex
Returns the index number of the dataset within the datatable that contains this dataset.
public Integer getIndex()
Throws: RSDException
Methods Inherited
None