Class ConnectionInfo
- Namespace
 - IdeaRS.OpenModel.Connection
 
- Assembly
 - IdeaRS.OpenModel.dll
 
Provides information about connection
[DataContract]
public class ConnectionInfoInheritance
Inherited Members
Properties
ConnectionPoint
Position of connection point in wider context (i.e. checkbot model)
[DataMember]
public Point3D ConnectionPoint { get; set; }Property Value
Description
The description of the connection
[DataMember]
public string Description { get; set; }Property Value
Id
The id of the connection
[DataMember]
public int Id { get; set; }Property Value
Identifier
The identifier of the connection
[DataMember]
public string Identifier { get; set; }Property Value
Name
The name of the connection
[DataMember]
public string Name { get; set; }