Write/Read |
About Auto Port Extensions |
Description |
Specifies whether or not to include loss correction as part of automatic port extension. Learn more about Loss Compensation in port extension. |
VB Syntax |
fixture.AutoPortExtLoss = bool |
Variable |
(Type) - Description |
fixture |
A Fixturing (object) |
bool |
True - Includes Loss correction. False - Does NOT include Loss correction. |
Return Type |
Boolean |
Default |
False |
Examples |
fixture.AutoPortExtLoss = True |
value = fixture.AutoPortExtLoss 'Read |
|
C++ Syntax |
HRESULT get_AutoPortExtLoss(VARIANT_BOOL *pState); HRESULT put_AutoPortExtLoss(VARIANT_BOOL bState); |
Interface |
IFixturing2 |