This document is archived and information here might be outdated. Recommended version. |
Indicates whether zero length events should be included in the overlay result (line on line overlays only).
[Visual Basic .NET]
Public Property KeepZeroLengthLineEvents As Boolean
[C#]
public bool KeepZeroLengthLineEvents {get; set;}
[C++]
HRESULT get_KeepZeroLengthLineEvents(
VARIANT_BOOL status
);
[C++]
HRESULT put_KeepZeroLengthLineEvents(
Boolean* status
);
[C++] Parameters status [in]
status is a parameter of type bool status [out, retval]
status is a parameter of type bool*