All Frameworks Class Hierarchy This Framework Previous Next Indexes
System.IUnknown | +---System.IDispatch | +---System.CATBaseUnknown | +---CATIDrwProperties
Usage: an implementation of this interface is supplied and you must use it as is. You should not reimplement it.
interface CATIDrwProperties
Interface used as a base for all Drafting specific properties interfaces.
Role: Properties specific to the Drafting are managed thru
interfaces inheriting from CATIDrwProperties.
The only method of this base interface allows you to rebuild your object
after changing its properties, with the lowest cost possible
(i.e. without updating external links, etc).
public virtual HRESULT Refresh( | const CATDrwRefreshContext& | iRefreshContext | = CATDrwRefreshNone )= 0 |
Copyright © 2003, Dassault Systèmes. All rights reserved.