Class OPCClientBuilder
Inheritance
System.Object
System.MarshalByRefObject
OPCClientBuilder
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)
Namespace: NXOpen.Mechatronics
Assembly: NXOpen.dll
Syntax
public class OPCClientBuilder : Builder, IMessageSink, IComponentBuilder
Constructors
OPCClientBuilder()
Declaration
protected OPCClientBuilder()
Properties
HostName
Declaration
public string HostName { get; set; }
Property Value
Type | Description |
---|---|
System.String |
OpcFileBrowser
Declaration
public string OpcFileBrowser { get; set; }
Property Value
Type | Description |
---|---|
System.String |
SelectedConfigurationName
Declaration
public string SelectedConfigurationName { get; set; }
Property Value
Type | Description |
---|---|
System.String |
SelectedConfigurationPart
Declaration
public Part SelectedConfigurationPart { get; set; }
Property Value
Type | Description |
---|---|
Part |
ServerProgID
Declaration
public string ServerProgID { get; set; }
Property Value
Type | Description |
---|---|
System.String |
ServerType
Declaration
public OPCClientBuilder.ServerOption ServerType { get; set; }
Property Value
Type | Description |
---|---|
OPCClientBuilder.ServerOption |
UpdateTime
Declaration
public Expression UpdateTime { get; }
Property Value
Type | Description |
---|---|
Expression |
Methods
AddTags()
Declaration
public void AddTags()
DeleteTags()
Declaration
public void DeleteTags()
GetAvailableItems(out String[], out OPCClientBuilder.TagDataType[])
Declaration
public void GetAvailableItems(out string[] tagName, out OPCClientBuilder.TagDataType[] tagType)
Parameters
Type | Name | Description |
---|---|---|
System.String[] | tagName | |
OPCClientBuilder.TagDataType[] | tagType |
GetItemAttributes(out OPCClientBuilder.TagAttribute[])
Declaration
public void GetItemAttributes(out OPCClientBuilder.TagAttribute[] attr)
Parameters
Type | Name | Description |
---|---|---|
OPCClientBuilder.TagAttribute[] | attr |
GetServerNames()
Declaration
public string[] GetServerNames()
Returns
Type | Description |
---|---|
System.String[] |
GetServerTags(String)
Declaration
public OPCClientBuilder.TagInfo[] GetServerTags(string serverName)
Parameters
Type | Name | Description |
---|---|---|
System.String | serverName |
Returns
Type | Description |
---|---|
OPCClientBuilder.TagInfo[] |
SetAvailableItems(String[], OPCClientBuilder.TagDataType[])
Declaration
public void SetAvailableItems(string[] tagName, OPCClientBuilder.TagDataType[] tagType)
Parameters
Type | Name | Description |
---|---|---|
System.String[] | tagName | |
OPCClientBuilder.TagDataType[] | tagType |
SetItemAttributes(OPCClientBuilder.TagAttribute[])
Declaration
public void SetItemAttributes(OPCClientBuilder.TagAttribute[] attr)
Parameters
Type | Name | Description |
---|---|---|
OPCClientBuilder.TagAttribute[] | attr |
Implements
System.Runtime.Remoting.Messaging.IMessageSink