C#
VB
Java
Objective-C
WinRT C#
C++
Gets or sets the owner annotation object.
public AnnObject Parent { get; set; }
Public Property Parent As Leadtools.Annotations.Core.AnnObject
public Leadtools.Annotations.Core.AnnObject Parent {get; set;}
@property (nonatomic) LTAnnObject* parent;
public AnnObject getParent()
public void setParent(AnnObject obj)
get_Parent();
set_Parent(value);
Object.defineProperty('Parent');
The owner annotation object. Default value is null.
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