API Help
Eplan.EplApi.DataModel.E3D Namespace / Connection3D Class / EndObject Property

EndObject Property
Returns the second of two Function3Ds connected by this connection3D.
Syntax
public Function3D EndObject {get;}

Property Value

  • the second of two Function3Ds connected by this connection,
  • null when there is no Function3D on this end of the connection.
Exceptions
ExceptionDescription
Thrown when it is impossible to read the Function3D from project.
Remarks
Name of 3d object can be different from value property of CONNECTION_SOURCE or CONNECTION_DESTINATION. If this connection is generated based on regular connection then those properties represents names of 2D source/target.
See Also