Autodesk.Revit.DB.Electrical.GroundConductorSize 是Revit中用来定义电气系统接地导体尺寸的类。
该类提供两种构造函数:
GroundConductorSize():默认构造函数。GroundConductorSize(double size):使用尺寸值来构造对象。GroundConductorSize 类包含以下属性:
Size:接地导体的尺寸值。该值必须为正。该类不包含任何方法。
以下示例演示如何创建一个接地导体尺寸为 6.0 的 GroundConductorSize 对象。
GroundConductorSize groundConductorSize = new GroundConductorSize(6.0);
当使用 GroundConductorSize 类来创建电气系统接地导体时,必须考虑以下事项: