Skip to content

IConnector

Public Interface

An interface which provides access to connector in Autodesk Revit MEP document.

Namespace: Autodesk.Revit.DB

Assembly: RevitAPI (in RevitAPI.dll) Version: 25.0.0.0 (25.0.0.0)

Syntax

public interface IConnector

The IConnector type exposes the following members.

Properties

Name

Description


Public Property
CoordinateSystem

The coordinate system of the connector.


Public Property
Domain

The domain of the connector.


Public Property
Height

The height of the connector.


Public Property
Origin

The location of the connector in family document.


Public Property
Radius

The radius of the connector.


Public Property
Shape

The shape of the connector.


Public Property
Width

The width of the connector.


Remarks

This interface is shared by Connector, ConnectorElement.