ArcObjects Library Reference (Schematic)  

ISchematicSpatialQueryRule.KeepVertices Property

Indicates if the Schematic Spatial Query 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

ISchematicSpatialQueryRule Interface