This document is archived and information here might be outdated. Recommended version. |
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