DictionaryObjectIsHardOwner Property
|
Gets or sets if the dictionary object is hard owner.
Namespace:
DXFReaderNET.Objects
Assembly:
DXFReaderNET (in DXFReaderNET.dll) Version: 20.10.54
Syntax public bool IsHardOwner { get; set; }
Public Property IsHardOwner As Boolean
Get
Set
public:
property bool IsHardOwner {
bool get ();
void set (bool value);
}
member IsHardOwner : bool with get, set
PROPERTY IsHardOwner AS LOGIC GET SET
Property Value
Type:
BooleanSee Also