Gets or sets the component weight factor for the mesh control.
.NET Syntax
Visual Basic (Declaration) | |
---|
Property WeightFactor As Double |
Visual Basic (Usage) | |
---|
Dim instance As ICWMeshControl
Dim value As Double
instance.WeightFactor = value
value = instance.WeightFactor
|
C# | |
---|
double WeightFactor {get; set;} |
C++/CLI | |
---|
property double WeightFactor {
double get();
void set (double value);
} |
Return Value
Component weight factor as defined in
swsMeshControlWeightFactor_e
See Also
Availability