Click or drag to resize

IItemLocation Properties

The IItemLocation type exposes the following members.

Properties
 NameDescription
Public propertyChildNodes Gets the child nodes.
(Inherited from ITreeNodeT)
Public propertyIsDisposed Gets a value indicating whether this instance is disposed.
(Inherited from IDocumentLeafNode)
Public propertyIsDisposeInProgress Gets a value indicating whether this instance is in dispose progress, or the instance is already disposed.
(Inherited from IDocumentLeafNode)
Public propertyIsSuspended Gets a value indicating whether this instance is suspended.
(Inherited from ISuspendableByToken)
Public propertyName Gets the name of this instance. An InvalidOperationException will be thrown if the name is not yet set or can not be retrieved.
(Inherited from INamedObject)
Public propertyParentNode Gets the parent node of this node.
(Inherited from INodeWithParentNodeT)
Public propertyParentObject Gets or sets the parent document node of this leaf node.
(Inherited from IDocumentLeafNode)
Public propertyRotationX Gets or sets the rotation around the x-axis in degrees.
Public propertyRotationY Gets or sets the rotation around the y-axis in degrees.
Public propertyRotationZ Gets or sets the rotation around the z-axis in degrees.
Public propertyScaleX Gets or sets the scale in x direction.
Public propertyScaleY Gets or sets the scale in y direction.
Public propertyScaleZ Gets or sets the scale in z direction.
Public propertyShearX Gets or sets the shear in x direction.
Public propertyShearY Gets or sets the shear in y direction.
Public propertyShearZ Gets or sets the shear in z direction.
Top
See Also