This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > Schematic > ESRI.ArcGIS.Schematic > Interfaces > IS > ISchematicNodeReductionRule Interface > ISchematicNodeReductionRule.KeepVertices Property (ArcObjects .NET 10.5 SDK) |
Indicates if the Schematic Node Reduction 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