BBN.DAML.DAMLCommonImpl.SetRDFType Function
Add an RDF type property for this node in the underlying model. If the replace flag is true, this type will replace any current type property for the node. Otherwise, the type will be in addition to any existing type property. Note that for most normal uses, a DAML resource should have at most one rdf:type property. One exception to this, in the March 2001 release, is when DatatypeProperties are marked as unique, unambiguous or transitive. This is achieved by the use of two rdf type properties.

Public void SetRDFType (BBN.RDF.Resource, bool)
  Type Name Description  
    Resource rdfClass The RDF resource denoting the class that will be new value for the rdf:type property  
    bool replace If true, the given class will replace any existing type property for this value, otherwise it will be added as an extra type statement.  
  Return Description  
    void    
Other overloads:
BBN.DAML.DAMLCommonImpl.SetRDFType(Resource)