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


ISchematicCollapseRelatedElementsRule.KeepVertices Property (ArcObjects .NET 10.4 SDK)
ArcObjects Library Reference (Schematic)  

ISchematicCollapseRelatedElementsRule.KeepVertices Property

Indicates if the Schematic Collapse Related Elements rule keeps the links vertices.

[Visual Basic .NET]
Public Property KeepVertices As Boolean
[C#]
public bool KeepVertices {get; set;}
[C++]
HRESULT get_KeepVertices(
  VARIANT_BOOL* KeepVertices
);
[C++]
HRESULT put_KeepVertices(
  VARIANT_BOOL KeepVertices
);
[C++]

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

Product Availability

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

See Also

ISchematicCollapseRelatedElementsRule Interface