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


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

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