All Frameworks  Object Hierarchy  This Framework  Indexes   

SWKAnthroVariable (Object)

This interface is used to access an anthropometric variable.

Property Index

FullName
Returns the full name of the variable.
Manual
Returns or sets the management of the variable.
MaxValue
Returns the highest value that the variable can take.
Mean
Returns the mean value os the variable.
MinValue
Returns the lowest value that the variable can take.
ReferenceNumber
Returns the reference number of the variable.
StdDev
Returns the standard deviation of the variable.
Value
Returns or sets the value of the variable.
ValueAsPercentile
Returns or sets the value of the variable.
ValueAsString
Returns or sets the value of the variable, as a string.

Method Index

GetCorrelationWith
Returns the correlation between this variable and another.

Properties


o Property FullName() As (Read Only)
Returns the full name of the variable.
This property is different from the property
Name of AnyObject,
which gives the short name or acronym name
of the variable.

For instance, if the variable in question is
the head length, then property Name
yields "<HEADLGTH>", whereas
property FullName yields the character
string "Head length".
o Property Manual() As
Returns or sets the management of the variable.
A anthropometric variable being manual means that
the variable's value is managed by the user and its current value will
remain until the user changes it again.

If the variable is not manual, then it is automatic, which means that the variable is managed by the system and that its value may be overriden, every time the anthropometry is updated.
o Property MaxValue() As (Read Only)
Returns the highest value that the variable can take. This value corresponds to percentile 100.

If this variable is a mass, the value returned is in
kilograms; if not, the value returned is in centimeters.
o Property Mean() As (Read Only)
Returns the mean value os the variable. This value corresponds to percentile 50.

If this variable is a mass, the value returned is in
kilograms; if not, the value returned is in centimeters.
o Property MinValue() As (Read Only)
Returns the lowest value that the variable can take. This value corresponds to percentile 0.

If this variable is a mass, the value returned is in
kilograms; if not, the value returned is in centimeters.
o Property ReferenceNumber() As (Read Only)
Returns the reference number of the variable.
This reference number is unique to the variable.
o Property StdDev() As (Read Only)
Returns the standard deviation of the variable.

If this variable is a mass, the value returned is in
kilograms; if not, the value returned is in centimeters.
o Property Value() As
Returns or sets the value of the variable.
o Property ValueAsPercentile() As
Returns or sets the value of the variable.
When using that property, the number returned or set
must be a percentile, that is, must be between 0.0 and 100.0 inclusise.

If this variable is a mass, the value returned or set is in
kilograms, if not, the value returned or set is in centimeters.
o Property ValueAsString() As
Returns or sets the value of the variable, as a string.

Methods


o Func GetCorrelationWith( piRefNumberOfOther) As
Returns the correlation between this variable and another.
Parameters:
piRefNumberOfOther
The reference number of the other variable (ex.: 3 for us3, 100 for us100, etc).

Copyright © 2003, Dassault Systèmes. All rights reserved.