This document is archived and information here might be outdated.  Recommended version.


ISchematicXmlBuilder.InitializeLinksVertices Property (ArcObjects .NET 10.4 SDK)
ArcObjects Library Reference (Schematic)  

ISchematicXmlBuilder.InitializeLinksVertices Property

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(
  VARIANT_BOOL InitializeLinksVertices
);
[C++]

Parameters InitializeLinksVertices [out, retval] InitializeLinksVertices is a parameter of type VARIANT_BOOL InitializeLinksVertices [in] InitializeLinksVertices is a parameter of type VARIANT_BOOL

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server. Requires Schematics Extension.

See Also

ISchematicXmlBuilder Interface