[This is preliminary documentation and is subject to change.]
Gets or sets the HighRange.
Declaration Syntax
C# | Visual Basic | Visual C++ |
[XmlAttributeAttribute] [DataMemberAttribute(Order = )] public float HighRange { get; set; }
<XmlAttributeAttribute> _ <DataMemberAttribute(Order := )> _ Public Property HighRange As Single
[XmlAttributeAttribute] [DataMemberAttribute(Order = )] public: property float HighRange { float get (); void set (float value); }