This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > Geodatabase > ESRI.ArcGIS.GeoDatabase > Interfaces > IG > IGPTopologyMembership Interface > IGPTopologyMembership.Weight Property (ArcObjects .NET 10.4 SDK) |
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