Write/Read |
About Gating |
Description |
Specifies the shape of the gate filter. |
VB Syntax |
gat.Shape = value |
Variable |
(Type) - Description |
gat |
A Gating (object) |
value |
(enum NAGateShape) - Choose from: 0 - naGateShapeMaximum |
Return Type |
NAGateShape |
Default |
2 - Normal |
Examples |
gat.Shape = naGateShapeMaximum 'Write |
filterShape = gat.Shape 'Read |
|
C++ Syntax |
HRESULT get_Shape(tagNAGateShape *pVal) |
Interface |
IGating |