Class CadSunObject

CadSunObject class

The Cad sun object.

public class CadSunObject : CadBaseObject

Constructors

NameDescription
CadSunObject()Initializes a new instance of the CadSunObject class.

Properties

NameDescription
ApplicationCodesContainer { get; set; }Gets or sets the application defined codes container.
Attribute102Values { get; set; }Gets or sets the attribute102 values.
Attribute421 { get; set; }Gets or sets the attribute421.
Attributes { get; set; }Gets or sets the attributes.
ChildObjects { get; set; }Gets or sets the child objects.
Color { get; set; }Gets or sets the color.
DaylightSavings { get; set; }Gets or sets a value indicating whether daylight savings.
EmbeddedObjectsContainer { get; set; }Gets or sets the embedded objects container.
HardOwner { get; set; }Gets or sets the hard owner.
Intensity { get; set; }Gets or sets the intensity.
IsSoftOwnerSet { get; }Gets a value indicating whether soft owner is set.
JulianDay { get; set; }Gets or sets the julian day.
Numreactors { get; set; }The Numreactors
ObjectHandle { get; set; }Gets or sets the object handle.
Reactors { get; set; }Get or sets the reactors handle
ShadowMapSize { get; set; }Gets or sets the shadow map size.
Shadows { get; set; }Gets or sets a value indicating whether shadows.
ShadowSoftness { get; set; }Gets or sets the shadow softness.
ShadowType { get; set; }Gets or sets the shadow type.
SoftOwner { get; set; }Gets or sets the soft owner.
Status { get; set; }Gets or sets a value indicating whether status.
virtual StorageFlag { get; set; }Gets or sets a value indicating that this entity has associated binary data in the data store.
Time { get; set; }Gets or sets the time.
TypeName { get; }Gets the name of the type.
VersionNumber { get; set; }Gets or sets the version number.
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