ArcObjects Library Reference (GeoDatabase)  

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(
  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