SIFWorks ADK 2.0
BusEquipment Constructor (refId, description)
NamespacesEdustructures.SifWorks.TransBusEquipmentBusEquipmentBusEquipmentNew(String, String)

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

Constructor that accepts values for all mandatory fields
Declaration Syntax
C#Visual BasicVisual C++
public BusEquipment(
	string refId,
	string description
)
Public Sub New ( _
	refId As String, _
	description As String _
)
public:
BusEquipment (
	String^ refId, 
	String^ description
)
Parameters
refId (String)
GUID that identifies this type of equipment.
description (String)
Explanation about the type of equipment.

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