CATFreeStyleUseItf Interface CATIStEditableFeature

Usage: an implementation of this interface is supplied and you must use it as is. You should not reimplement it.


interface CATIStEditableFeature

Class defining features editable in a running command.

Role: Identifies the features editable in a running command.

  • Enables edited feature to not authorize its edition
  • in order it not to be edited several times.


    Method Index


    o GetEditionAuthorized(CATBoolean&)
    Gets the edition authorization status of the feature.
    o SetEditionAuthorized(CATBoolean)
    Sets the edition authorization status of the feature.

    Methods


    o GetEditionAuthorized
    public virtual GetEditionAuthorized( oEditionStatus)
    Gets the edition authorization status of the feature.
    Parameters:
    oEditionStatus
    The edition authorization status :
  • CATFalse : edition isn't authorized.
  • CATTrue : edition is authorized.
  • o SetEditionAuthorized
    public virtual SetEditionAuthorized( const iEditionStatus)
    Sets the edition authorization status of the feature.
    Parameters:
    iEditionStatus
    The edition authorization status :
  • CATFalse : edition isn't authorized.
  • CATTrue : edition is authorized.

  • This object is included in the file: CATIStEditableFeature.h
    If needed, your Imakefile.mk should include the module: CATFreeStyleUseItf

    Copyright © 1999-2014, Dassault Systèmes. All rights reserved.