Gets or sets feature annotation height (points).
Namespace: FDF.Common.Features
Assembly: FDF.Common (in FDF.Common.dll)
Syntax
Visual Basic (Declaration) |
---|
Property Height As Double |
C# |
---|
double Height { get; set; } |
C++ |
---|
property double Height abstract { double get(); void set(double value); } |
J# |
---|
/** property */ public double get_Height(); /** property */ public void set_Height(double value); |
JScript |
---|
public function get Height() : double public function set Height(value : double); |