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


ISchematicCollapseRelatedElementsRule.KeepVertices Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Schematic > ESRI.ArcGIS.Schematic > Interfaces > IS > ISchematicCollapseRelatedElementsRule Interface > ISchematicCollapseRelatedElementsRule.KeepVertices Property
ArcGIS Developer Help

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(
  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

Product Availability

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

See Also

ISchematicCollapseRelatedElementsRule Interface