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

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

Property Value

  • the first 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