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


ITopologicalSegment2.IsShort Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Geometry > ESRI.ArcGIS.Geometry > Interfaces > IT > ITopologicalSegment2 Interface > ITopologicalSegment2.IsShort Property
ArcGIS Developer Help

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