Eplan Platform API
Eplan.EplApi.DataModel Namespace / Connection Class / Connection3D Property

In This Topic
    Connection3D Property
    In This Topic
    Returns the Eplan.EplApi.DataModel.E3D.Connection3D which is a 3d representation of this connection.
    Syntax
    public Connection3D Connection3D {get;}
    public:
    property Connection3D^ Connection3D {
       Connection3D^ get();
    }

    Property Value

    3D representation of this connection or null if connectino doesn't have a 3d representation.
    See Also