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


ITopologicalSegment2.IsShort Property (ArcObjects .NET 10.6 SDK)
ArcObjects Library Reference (Geometry)  

ITopologicalSegment2.IsShort Property

Indicates whether the segment is shorter than the tolerance.

[Visual Basic .NET]
Public ReadOnly Property IsShort As Boolean
[C#]
public bool IsShort {get;}
[C++]
HRESULT get_IsShort(
  Boolean* IsShort
);
[C++]

Parameters IsShort [out, retval]
IsShort is a parameter of type bool*

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

See Also

ITopologicalSegment2 Interface