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


ITopologyClass.Weight Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Geodatabase > ESRI.ArcGIS.GeoDatabase > Interfaces > IT > ITopologyClass Interface > ITopologyClass.Weight Property
ArcGIS Developer Help

ITopologyClass.Weight Property

The weight of the class in the topology.

[Visual Basic .NET]
Public ReadOnly Property Weight As Double
[C#]
public double Weight {get;}
[C++]
HRESULT get_Weight(
  System.Double* Weight
);
[C++]
Parameters
Weight [out, retval]

Weight is a parameter of type double*

Product Availability

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

Remarks

The Weight of the feature class is a long between 1 and 10. This property is not currently implemented.

See Also

ITopologyClass Interface