SIFWorks ADK 2.0
Select Method (zoneId, sourceId, version)
NamespacesEdustructures.SifWorks.Tools.MappingMappingsSelect(String, String, SifVersion)

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

Selects the appropriate Mappings object to use for map operations. Call this method on the root Mappings object to obtain a Mappings instance, then call its map method to perform a mapping operation. The selection process is as follows:
Declaration Syntax
C#Visual BasicVisual C++
public virtual Mappings Select(
	string zoneId,
	string sourceId,
	SifVersion version
)
Public Overridable Function Select ( _
	zoneId As String, _
	sourceId As String, _
	version As SifVersion _
) As Mappings
public:
virtual Mappings^ Select (
	String^ zoneId, 
	String^ sourceId, 
	SifVersion^ version
)
Parameters
zoneId (String)
Restricts the selection of a Mappings object to only those that allow this ZoneId. This parameter may be null.
sourceId (String)
Restricts the selection of a Mappings object to only those that allow this SourceId. This parameter may be null.
version (SifVersion)
Restricts the selection of a Mappings object to only those that allow this version of SIF. This parameter may be null.
Return Value
The first Mappings child instance that matches the criteria or null if no match was found

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