Write / Read |
About Port Extensions |
Description |
Sets and returns the state of coupling with the system Media type. |
VB Syntax |
fixture.PortCoupleToSystemMedia (port)= value |
Variable |
(Type) - Description |
fixture |
A Fixturing Object |
value |
(Boolean) Coupling state. Choose from:
|
Return Type |
Boolean |
Default |
True |
Examples |
fixture.PortCoupleToSystemMedia= True |
bool = fixture.PortCoupleToSystemMedia |
|
C++ Syntax |
HRESULT get_PortCoupleToSystemMedia(VARIANT_BOOL *pVal); HRESULT put_PortCoupleToSystemMedia(VARIANT_BOOL newVal); |
Interface |
IFixturing4 |