Gets the pen fill style for a specific element for the specific layer.
Visual Basic |
---|
Public Function PrgGetItemPenFillStyle( _ ByVal layerHandle As Long, _ ByVal seqNum As Long _ ) As NX_PenFillStyleType |
- layerHandle
- The handle of a layer returned by the CreateLayer method.
- seqNum
- The handle of an element returned by the ElementAppend method.
The enumeration NX_PenFillStyleType that specifies the pen fill style attribute.
Note: An inverted line of black will not display the line, only the image underneath.