This document is archived and information here might be outdated. Recommended version. |
Indicates whether alternative versions of polygon intersection and union should be used.
[Visual Basic .NET]
Public Property UseAlternativeTopoOps As Boolean
[C#]
public bool UseAlternativeTopoOps {get; set;}
[C++]
HRESULT get_UseAlternativeTopoOps(
VARIANT_BOOL alternativeTopoOps
);
[C++]
HRESULT put_UseAlternativeTopoOps(
Boolean* alternativeTopoOps
);
[C++] Parameters alternativeTopoOps
alternativeTopoOps is a parameter of type bool alternativeTopoOps [out, retval]
alternativeTopoOps is a parameter of type bool*