Struct SetObject
Inherited Members
Namespace: NXOpen.CAE
Assembly: NXOpen.dll
Syntax
public struct SetObject
Constructors
SetObject(TaggedObject, CaeSetObjectSubType, int)
Declaration
public SetObject(TaggedObject Obj, CaeSetObjectSubType SubType, int SubId)
Parameters
| Type | Name | Description |
|---|---|---|
| TaggedObject | Obj | |
| CaeSetObjectSubType | SubType | |
| int | SubId |
Fields
Obj
Declaration
public TaggedObject Obj
Field Value
| Type | Description |
|---|---|
| TaggedObject |
SubId
Declaration
public int SubId
Field Value
| Type | Description |
|---|---|
| int |
SubType
Declaration
public CaeSetObjectSubType SubType
Field Value
| Type | Description |
|---|---|
| CaeSetObjectSubType |
Methods
ToString()
Declaration
public override string ToString()
Returns
| Type | Description |
|---|---|
| string |