Interface IContainer
Inherited Members
Namespace: NXOpen.Annotations
Assembly: NXOpen.dll
Syntax
public interface IContainer : INXObject
Methods
GetObjects()
Declaration
NXObject[] GetObjects()
Returns
Type | Description |
---|---|
NXObject[] |
RemoveObject(NXObject)
Declaration
void RemoveObject(NXObject object)
Parameters
Type | Name | Description |
---|---|---|
NXObject | object |