This document is archived and information here might be outdated. Recommended version. |
Indicates if the initial vertices list for the links must be initialized by the schematic Xml builder.
[Visual Basic .NET]
Public Property InitializeLinksVertices As Boolean
[C#]
public bool InitializeLinksVertices {get; set;}
[C++]
HRESULT get_InitializeLinksVertices(
VARIANT_BOOL InitializeLinksVertices
);
[C++]
HRESULT put_InitializeLinksVertices(
Boolean* InitializeLinksVertices
);
[C++] Parameters InitializeLinksVertices [in]
InitializeLinksVertices is a parameter of type bool InitializeLinksVertices [out, retval]
InitializeLinksVertices is a parameter of type bool*