Class CadGradientBackground

CadGradientBackground class

Class describing Gradient Background

public class CadGradientBackground : CadBaseObject

Constructors

NameDescription
CadGradientBackground()The default constructor.

Properties

NameDescription
ApplicationCodesContainer { get; set; }Gets or sets the application defined codes container.
Attribute102Values { get; set; }Gets or sets the attribute102 values.
Attributes { get; set; }Gets or sets the attributes.
ChildObjects { get; set; }Gets or sets the child objects.
ColorBottomValue { get; set; }Gets or sets the color (RGB) value for the bottom of the gradient.
ColorMiddleValue { get; set; }Gets or sets the color (RGB) value for the middle of the gradient.
ColorTopValue { get; set; }Gets or sets the color (RGB) value for the top of the gradient.
EmbeddedObjectsContainer { get; set; }Gets or sets the embedded objects container.
HardOwner { get; set; }Gets or sets the hard owner.
Height { get; }Gets a value representing a percentage of the second color in a three-color gradient.
Horizon { get; set; }Gets or sets the horizon value indicating the percentage of unrotated height.
IsSoftOwnerSet { get; }Gets a value indicating whether soft owner is set.
Numreactors { get; set; }The Numreactors
ObjectHandle { get; set; }Gets or sets the object handle.
Reactors { get; set; }Get or sets the reactors handle
Rotation { get; set; }Gets or sets the angle by which the gradient background will be rotated.
SoftOwner { get; set; }Gets or sets the soft owner.
virtual StorageFlag { get; set; }Gets or sets a value indicating that this entity has associated binary data in the data store.
TypeName { get; }Gets the name of the type.
XdataContainer { get; set; }Gets or sets the xdata container.

Methods

NameDescription
GetUID()Identifier to use if object handle doesn’t work. Done as method not to disturb FileComparer’s property comparer
SetUID(string)Sets

See Also