<Code Lib>
M

ZoneEquipment.Create(Document, String)

Description:
Creates a new zone equipment
Overloads (2):
Create(Document,String)

public static ZoneEquipment Create(
	Document document,
	string name
)

  • document
    The document where the new element will be created.
  • String
    name
    The name of new zone equipment. The actual name may be post-fixed if already exists.
Return Value ZoneEquipment The newly created zone equipment.

Loading…