Class Folder
Inheritance
System.Object
System.MarshalByRefObject
Folder
Implements
System.Runtime.Remoting.Messaging.IMessageSink
Inherited Members
System.MarshalByRefObject.CreateObjRef(System.Type)
System.MarshalByRefObject.GetLifetimeService()
System.MarshalByRefObject.InitializeLifetimeService()
System.MarshalByRefObject.MemberwiseClone(System.Boolean)
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
Assembly: NXOpen.dll
Syntax
public class Folder : NXObject, IMessageSink, INXObject
Constructors
Folder()
Declaration
Properties
ConnectionUtils
Declaration
public Utils ConnectionUtils { get; }
Property Value
Parent
Declaration
public Folder Parent { get; }
Property Value
Methods
AddFolder(Folder)
Declaration
public void AddFolder(Folder subfolder)
Parameters
Type |
Name |
Description |
Folder |
subfolder |
|
CreateConnection(ConnectionType, String)
Declaration
public IConnection CreateConnection(ConnectionType type, string name)
Parameters
Returns
CreateFolder(String)
Declaration
public Folder CreateFolder(string name)
Parameters
Type |
Name |
Description |
System.String |
name |
|
Returns
GetAllConnections()
Declaration
public IConnection[] GetAllConnections()
Returns
GetChildFolders()
Declaration
public Folder[] GetChildFolders()
Returns
GetConnections()
Declaration
public IConnection[] GetConnections()
Returns
ImportConnectionsFromMcf(String, Unit)
Declaration
public IConnection[] ImportConnectionsFromMcf(string file, Unit inputFileUnit)
Parameters
Type |
Name |
Description |
System.String |
file |
|
Unit |
inputFileUnit |
|
Returns
ImportSpotWeldFromWcd(String, Unit)
Declaration
public SpotWeld[] ImportSpotWeldFromWcd(string file, Unit inputFileUnit)
Parameters
Type |
Name |
Description |
System.String |
file |
|
Unit |
inputFileUnit |
|
Returns
MoveConnectionToThisFolder(IConnection)
Declaration
public void MoveConnectionToThisFolder(IConnection connection)
Parameters
Implements
System.Runtime.Remoting.Messaging.IMessageSink