C#
VB
Java
Objective-C
WinRT C#
C++
Gets or sets a value that indicates whether to mark the inside (acute) or outside (obtuse) angle for this AnnProtractorObject object.
public bool Acute { get; set; }
Public Property Acute As Boolean
public bool Acute {get; set;}
@property (nonatomic) BOOL acute;
public boolean getAcute()
public void setAcute(boolean acute)
get_Acute();
set_Acute(value);
Object.defineProperty('Acute');
public:
property bool Acute
{
bool get()
void set(bool value)
}
true if the inside (acute) angle is to be marked; otherwise, it is false.
For more information, refer to Using Protractors in Annotation Objects.
Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Medical Web Viewer .NET