Class CadRasterImageDef

CadRasterImageDef class

The Cad aster image definition object.

public class CadRasterImageDef : CadBaseObject

Constructors

NameDescription
CadRasterImageDef()Initializes a new instance of the CadRasterImageDef class.
CadRasterImageDef(string, int, int)Initializes a new instance of the CadRasterImageDef class.

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.
ClassVersion { get; set; }Gets or sets the class version.
DefaultSize1PixelU { get; set; }Gets or sets default size on one pixel U.
DefaultSize1PixelV { get; set; }Gets or sets default size on one pixel V.
EmbeddedObjectsContainer { get; set; }Gets or sets the embedded objects container.
FileName { get; set; }Gets or sets name of a file.
HardOwner { get; set; }Gets or sets the hard owner.
ImageIsLoadedFlag { get; set; }Gets or sets the image is loaded flag.
ImageSizeU { get; set; }Gets or sets image size U.
ImageSizeV { get; set; }Gets or sets image size V.
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
ResolutionUnits { get; set; }Gets or sets resolution units.
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