CadEntityBase.XDirMissingFlag

CadEntityBase.XDirMissingFlag property

Gets or sets a value indicating that no XDictionary handle is stored for this entity.

public bool XDirMissingFlag { get; set; }

Property Value

true if the entity doesn’t have an XDictionary handle.

Remarks

This flag is always false for AC1015 and earlier versions.

See Also