Class SymbolPortBuilder
Inheritance
SymbolPortBuilder
Assembly: NXOpen.dll
Syntax
public class SymbolPortBuilder : Builder, IMessageSink, IComponentBuilder
Constructors
SymbolPortBuilder()
Declaration
protected SymbolPortBuilder()
Properties
ConnectionPoint
Declaration
public SymbolConnectionPointBuilder ConnectionPoint { get; }
Property Value
Methods
GetAllowedAttachmentTypes()
Declaration
public AllowedAttachmentTypes GetAllowedAttachmentTypes()
Returns
GetDirection()
Declaration
public string GetDirection()
Returns
GetPortID()
Declaration
public string GetPortID()
Returns
GetPortObject()
Declaration
public AttributeHolder GetPortObject()
Returns
SetAllowedAttachmentTypes(AllowedAttachmentTypes)
Declaration
public void SetAllowedAttachmentTypes(AllowedAttachmentTypes types)
Parameters
SetDirection(string)
Declaration
public void SetDirection(string portDirection)
Parameters
Type |
Name |
Description |
string |
portDirection |
|
SetPortID(string)
Declaration
public void SetPortID(string portID)
Parameters
Type |
Name |
Description |
string |
portID |
|
Implements
System.Runtime.Remoting.Messaging.IMessageSink