Click or drag to resize

ILinkPeercfgAttachNodeName Property

Name of the attach node on the part.

Namespace:  KASAPIv2
Assembly:  KAS-API-v2 (in KAS-API-v2.dll) Version: KAS API v2
Syntax
C#
string cfgAttachNodeName { get; }
Request Example View Source

Property Value

Type: String
Arbitrary string. It cannot be empty.
Remarks
Every link peer is bound to an attach node through which the link is made (including the coupling operations). Several peer modules can share the same node, but in case of any of the modules has made a link, the other dependents will go into the Locked state. I.e. only one link can be made through one attach node.
See Also