CadEntityBase.StorageFlag

CadEntityBase.StorageFlag property

Gets or sets a value indicating that this entity has associated binary data in the data store.

public override bool StorageFlag { get; set; }

Property Value

true if the entity has associated binary data.

Remarks

This flag is always false for AC1024 and earlier versions.

See Also