KitchenDraw SDK 2
Show / Hide Table of Contents

Property HasParent

HasParent

Indicates wheter the object has parent or it is on the highest level.

Declaration
public bool HasParent { get; }
Property Value
Type Description
bool
Remarks

Object can have a parent if it is a component of some other object or if it is included in some group (then object representing this group will be the parent).

In this article
Back to top Generated by DocFX