Class CadField

CadField class

Class describing FIELD object.

public class CadField : CadBaseObject

Constructors

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

Properties

NameDescription
ApplicationCodesContainer { get; set; }Gets or sets the application defined codes container.
Attribute102Values { get; set; }Gets or sets the attribute102 values.
Attribute300 { get; set; }Gets or sets the attribute 300.
Attribute91 { get; set; }Gets or sets the attribute 91.
Attribute92 { get; set; }Gets or sets the attribute 92.
Attribute94 { get; set; }Gets or sets the attribute 94.
Attribute95 { get; set; }Gets or sets the attribute 95.
Attribute96 { get; set; }Gets or sets the attribute 96.
Attributes { get; set; }Gets or sets the attributes.
CadFieldData { get; set; }Gets or sets the cad field data.
ChildFieldIds { get; set; }Gets or sets the child field ids.
ChildFieldsNumber { get; set; }Gets or sets the child fields number.
ChildObjects { get; set; }Gets or sets the child objects.
DataSetInTheField { get; set; }Gets or sets the data set in the field.
EmbeddedObjectsContainer { get; set; }Gets or sets the embedded objects container.
EvaluatorId { get; set; }Gets or sets the evaluator identifier.
FieldCodeString { get; set; }Gets or sets the field code string.
FieldCodeStringOverflow { get; set; }Gets or sets the field code string overflow.
FormatString { get; set; }Gets or sets the format string.
FormatStringLength { get; set; }Gets or sets the length of the format string.
FormatStringOverflow { get; set; }Gets or sets the format string overflow.
HardOwner { get; set; }Gets or sets the hard owner.
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.
ObjectIds { get; set; }Gets or sets the object ids.
ObjectIDsNumber { get; set; }Gets or sets the object i ds number.
Reactors { get; set; }Get or sets the reactors handle
SoftOwner { get; set; }Gets or sets the soft owner.
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