WireConduitTypes Property


Get electrical conduit types information of the project.

Namespace: Autodesk.Revit.DB.Electrical
Assembly: RevitAPI (in RevitAPI.dll) Version: 2015.0.0.0 (2015.0.0.0)

Syntax

C#
public WireConduitTypeSet WireConduitTypes { get; }
Visual Basic
Public ReadOnly Property WireConduitTypes As WireConduitTypeSet
	Get
Visual C++
public:
property WireConduitTypeSet^ WireConduitTypes {
	WireConduitTypeSet^ get ();
}

See Also