 | AttributeFamilyTypeUnit Property |
Gets and set the Unit. If the Unit is not defined
for this AttributeType but a
BaseClass exists,
the Unit of the BaseClass is returned.
Namespace: Aml.Engine.CAEXAssembly: Aml.Engine (in Aml.Engine.dll) Version: 3.2
Syntaxpublic override string Unit { get; set; }
Public Overrides Property Unit As String
Get
Set
public:
virtual property String^ Unit {
String^ get () override;
void set (String^ value) override;
}
Property Value
String
See Also