2027 Property
Changes 0
P

Wall.WallType

Description:
Retrieves or changes the type of the wall.
Remarks:
The WallType property can be used to retrieve the kind of the wall. This property can also be used to change the type of a wall by setting it to a different wall type. All the wall types in the project can be found using the Document.WallTypes property.
public WallType WallType { get; set; }