DesignLinkDeconstruct Method

Definition

Namespace: HyperX.Types
Assembly: HyperX.Types (in HyperX.Types.dll) Version: 1.0.0.0 (1.0.0.0)
C#
public void Deconstruct(
	out int designId,
	out BeamPanelFamily familyId,
	out int conceptId,
	out int linkedVariableId
)

Parameters

designId  Int32
 
familyId  BeamPanelFamily
 
conceptId  Int32
 
linkedVariableId  Int32
 

See Also