This document is archived and information here might be outdated. Recommended version. |
Indicates if the Schematic Rules Helper keeps the links vertices.
[Visual Basic .NET] Public Property KeepVertices As Boolean
[C#] public bool KeepVertices {get; set;}
[C++]
HRESULT get_KeepVertices(
Boolean* KeepVertices
);
[C++]
HRESULT put_KeepVertices(
VARIANT_BOOL KeepVertices
);
[C++]
Parameters KeepVertices [out, retval]
KeepVertices is a parameter of type bool* KeepVertices [in]
KeepVertices is a parameter of type bool