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


IGPTopologyMembership.Weight Property (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (GeoDatabase)  

IGPTopologyMembership.Weight Property

The weight of the feature class in the topology.

[Visual Basic .NET]
Public Property Weight As Double
[C#]
public double Weight {get; set;}
[C++]
HRESULT get_Weight(
  double* Weight
);
[C++]
HRESULT put_Weight(
  double Weight
);
[C++]

Parameters Weight [out, retval] Weight is a parameter of type double Weight [in] Weight is a parameter of type double

Product Availability

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

See Also

IGPTopologyMembership Interface