Interface INodalTargetsContainer
Inherited Members
Namespace: NXOpen.CAE.Connections
Assembly: NXOpen.dll
Syntax
public interface INodalTargetsContainer : INXObject
Methods
GetTarget(Int32)
Declaration
NodalTarget GetTarget(int index)
Parameters
Type | Name | Description |
---|---|---|
System.Int32 | index |
Returns
Type | Description |
---|---|
NodalTarget |
SetTargetType(Int32, NodalTargetType)
Declaration
void SetTargetType(int index, NodalTargetType type)
Parameters
Type | Name | Description |
---|---|---|
System.Int32 | index | |
NodalTargetType | type |