Class ExtdataUpdator
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.ToString()
System.Object.ReferenceEquals(System.Object, System.Object)
Namespace: NXOpen.PcbExchange
Assembly: NXOpen.dll
Syntax
public class ExtdataUpdator : NXRemotableObject, IMessageSink
Constructors
ExtdataUpdator(Session)
Declaration
protected ExtdataUpdator(Session owner)
Parameters
Type | Name | Description |
---|---|---|
Session | owner |
Properties
Tag
Declaration
public Tag Tag { get; }
Property Value
Type | Description |
---|---|
Tag |
Methods
GetExtdataUpdator(Session)
Declaration
public static ExtdataUpdator GetExtdataUpdator(Session owner)
Parameters
Type | Name | Description |
---|---|---|
Session | owner |
Returns
Type | Description |
---|---|
ExtdataUpdator |
Read(String, out String[])
Declaration
public string[] Read(string fName, out string[] layerNames)
Parameters
Type | Name | Description |
---|---|---|
System.String | fName | |
System.String[] | layerNames |
Returns
Type | Description |
---|---|
System.String[] |
Update(String, String[], String[], Boolean, String)
Declaration
public void Update(string fName, string[] layerNames, string[] netNames, bool bTextualFilter, string textualFilterStr)
Parameters
Type | Name | Description |
---|---|---|
System.String | fName | |
System.String[] | layerNames | |
System.String[] | netNames | |
System.Boolean | bTextualFilter | |
System.String | textualFilterStr |
Implements
System.Runtime.Remoting.Messaging.IMessageSink