SIFWorks ADK 2.0
SetName Method (Type, LastName, FirstName)
NamespacesEdustructures.SifWorks.TransBusDriverSetName(NameType, String, String)

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

Sets the value of the <Name> element.
Declaration Syntax
C#Visual BasicVisual C++
public void SetName(
	NameType Type,
	string LastName,
	string FirstName
)
Public Sub SetName ( _
	Type As NameType, _
	LastName As String, _
	FirstName As String _
)
public:
void SetName (
	NameType^ Type, 
	String^ LastName, 
	String^ FirstName
)
Parameters
Type (NameType)
Code that specifies what type of name this is. If unsure, use 04.
LastName (String)
The last name.
FirstName (String)
The first name.
Remarks

This form of setName is provided as a convenience method that is functionally equivalent to the Name

Version: 2.0

Since: 1.5r1

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