Click or drag to resize

ILinkPeerattachNode Property

Parsed attach node definition of the peer.

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

Property Value

Type: AttachNode
The attach node. It's never null.
Remarks
This node is required to be fully setup on the part creation. The node must belong to the part, but it's not required to be listed in the part's attach nodes list.
See Also