SIFWorks ADK 2.0
RemoveValueSet Method (id)
NamespacesEdustructures.SifWorks.Tools.MappingMappingsRemoveValueSet(String)

[This is preliminary documentation and is subject to change.]

Remove a ValueSet from this Mappings instance. If a ValueSet with the specified ID is found, it is removed from this Mappings and returned; otherwise no action is taken. If the ValueSet has a DOM XmlElement attached to it, it is removed from its parent XmlElement and dereferenced.
Declaration Syntax
C#Visual BasicVisual C++
public virtual ValueSet RemoveValueSet(
	string id
)
Public Overridable Function RemoveValueSet ( _
	id As String _
) As ValueSet
public:
virtual ValueSet^ RemoveValueSet (
	String^ id
)
Parameters
id (String)
The ID of the ValueSet to remove

Assembly: Edustructures.SifWorks.Adk (Module: Edustructures.SifWorks.Adk) Version: 2.0.0.10