All Frameworks Class Hierarchy This Framework Previous Next Indexes
DMAPSInterfaces Interface CATISPPTreeTabSettingAtt
System.IUnknown
|
+---System.IDispatch
|
+---System.CATBaseUnknown
|
+---CATISPPTreeTabSettingAtt
Usage: an implementation of this interface is supplied and you must use it as is. You should not reimplement it.
interface CATISPPTreeTabSettingAtt
Interface to handle the parameters of the Tree Tab page for Visualization.
Role: This interface is implemented by a component which
represents the controller of the Tree.
This interface defines:
- A method to set each parameter
- A method to get the value of each parameter
- A method to lock/unlock each parameter
- A method to retrieve the informations concerning each parameter
Method Index
- o
GetApplicativeDataFilter(int&)
- Retrieves the value to signify Whether "Applicative Data" created by an application
is visible in the PPR tree.
- o
GetApplicativeDataFilterInfo(CATSettingInfo*)
- Retrieves the state of the "Applicative Data" option.
- o
GetAssignedViewer(int&)
- Retrieves the value to signify whether the default viewer is the 3D Assigned Viewer or not.
- o
GetAssignedViewerInfo(CATSettingInfo*)
- Retrieves the state of the "Assigned Viewer" option.
- o
GetAttributesFilter(int&)
- Retrieves the value to signify Whether "Attributes" of an activity are visible in PPR tree.
- o
GetAttributesFilterInfo(CATSettingInfo*)
- Retrieves the state of the "Attributes" option.
- o
GetCollapseExpandFilter(int&)
- Retrieves the value to signify Whether double clicking on an activity expands/collapses
a given activity in the PPR tree.
- o
GetCollapseExpandFilterInfo(CATSettingInfo*)
- Retrieves the state of the "Disable Collapse/Expand" option.
- o
GetDisplayNameMode(int&)
- Retrieves the value to signify whether to display the Label or the E5 Configured Name
Role: Retrieves the value to signify whether to display the Label or the E5 Configured Name
- o
GetDisplayNameModeInfo(CATSettingInfo*)
- Retrieves the state of the "Display E5 Configured Name" option.
- o
GetItemsFilter(int&)
- Retrieves the value to signify the visualization of Assigned Items in the PPR tree.
- o
GetItemsFilterInfo(CATSettingInfo*)
- Retrieves the state of the 'Items Folder' parameter.
- o
GetItemsPerRelationFilter(int&)
- Retrieves the value to signify the visualization of Assigned Items with its type
of Relation.
- o
GetItemsPerRelationFilterInfo(CATSettingInfo*)
- Retrieves the state of the 'Items Folder( per Relation Type)' parameter.
- o
GetLogicalActFilter(int&)
- Retrieves the value to signify Whether the logical activites are visible in the PPR tree.
- o
GetLogicalActFilterInfo(CATSettingInfo*)
- Retrieves the state of the "Logical Activities" option.
- o
GetOutputProductFilter(int&)
- Retrieves the value to signify Whether "Output Products" associated with an activity
are visible or not.
- o
GetOutputProductFilterInfo(CATSettingInfo*)
- Retrieves the state of the "Output Product Folder" option.
- o
GetRenderStyle(int&)
- Retrieves the value to signify whether the default render style should be
Parallel or Perspective
Role: Retrieves the value of the "Render Style" option to signify
whether the 3D Render Style should be Parallel or Perspective
- o
GetRenderStyleInfo(CATSettingInfo*)
- Retrieves the state of the "Render Style" option.
- o
GetResourceFilter(int&)
- Retrieves the value of the 'Resource Filter'.
- o
GetResourceFilterInfo(CATSettingInfo*)
- Retrieves the state of the 'Resource Folder' parameter.
- o
SetApplicativeDataFilter(int&)
- Sets the value to signify Whether "Applicative Data" created by an application
is visible in the PPR tree.
- o
SetApplicativeDataFilterLock(unsigned char)
- Locks or unlocks the "Attributes" option.
- o
SetAssignedViewer(int&)
- Sets the value to signify whether the default viewer is the 3D Assigned Viewer or not.
- o
SetAssignedViewerLock(unsigned char)
- Locks or unlocks the "Assigned Viewer" option.
- o
SetAttributesFilter(int&)
- Sets the value to signify Whether "Attributes" of an activity are visible in PPR tree.
- o
SetAttributesFilterLock(unsigned char)
- Locks or unlocks the "Attributes" option.
- o
SetCollapseExpandFilter(int&)
- Sets the value to signify Whether the double clicking on an activity expands/collapses
a given activity in the PPR tree.
- o
SetCollapseExpandFilterLock(unsigned char)
- Locks or unlocks the "Disable Collapse/Expand" option.
- o
SetDisplayNameMode(int&)
- Sets the value to signify whether the E5 Configured Name is to be displayed
Role: Sets the value to signify whether the E5 Configured Name is to be displayed
- o
SetDisplayNameModeLock(unsigned char)
- Locks or unlocks the "Display E5 Configured Name" option.
- o
SetItemsFilter(int&)
- Sets the value to signify the visualization of Assigned Items in the PPR tree.
- o
SetItemsFilterLock(unsigned char)
- Locks or unlocks the 'Resource Filter' parameter.
- o
SetItemsPerRelationFilter(int&)
- Sets the value to signify the visualization of Assigned Items with it's type of Relation.
- o
SetItemsPerRelationFilterLock(unsigned char)
- Locks or unlocks the 'Items Folder( per Relation Type)' parameter.
- o
SetLogicalActFilter(int&)
- Sets the value to signify Whether the logical activites are visible in the PPR tree.
- o
SetLogicalActFilterLock(unsigned char)
- Locks or unlocks the "Logical Activities" option.
- o
SetOutputProductFilter(int&)
- Sets the value to signify Whether Output Products associated with an activity
is visible in the PPR tree.
- o
SetOutputProductFilterLock(unsigned char)
- Locks or unlocks the "Output Product Folder" option.
- o
SetRenderStyle(int&)
- Sets the value to signify whether the default viewer is the 3D Assigned Viewer or not.
- o
SetRenderStyleLock(unsigned char)
- Locks or unlocks the "Render Style" option.
- o
SetResourceFilter(int&)
- Sets the value of the 'Resource Filter'.
- o
SetResourceFilterLock(unsigned char)
- Locks or unlocks the 'Resource Folder' parameter.
Methods
o GetApplicativeDataFilter
public virtual HRESULT GetApplicativeDataFilter( | int& | ioAppFilter) = 0 |
-
Retrieves the value to signify Whether "Applicative Data" created by an application
is visible in the PPR tree.
Role: Retrieves the value of the "Applicative Data" option to signify whether
the "Applicative Containers" are visible in the PPR tree
- Parameters:
-
- ioAppFilter
- The Value to say whether it is a 'Show' or 'Hide'( Show = 0, Hide = 1 )
- Returns:
- Legal values:
S_OK : on Success
E_FAIL: on failure
o GetApplicativeDataFilterInfo
-
Retrieves the state of the "Applicative Data" option.
- Parameters:
-
- oInfo
- Address of an object CATSettingInfo.
- Returns:
- Legal values:
S_OK : on Success
E_FAIL: on failure
o GetAssignedViewer
public virtual HRESULT GetAssignedViewer( | int& | ioAssignedViewer) = 0 |
-
Retrieves the value to signify whether the default viewer is the 3D Assigned Viewer or not.
Role: Retrieves the value of the "Assigned Viewer" option to signify
whether the 3D Assigned Viewer is the default viewer or not.
- Parameters:
-
- ioAssignedViewer
- The value to say whether 3D Assigned Viewer is default or not
- Returns:
- Legal values:
S_OK : on Success
E_FAIL: on failure
o GetAssignedViewerInfo
-
Retrieves the state of the "Assigned Viewer" option.
- Parameters:
-
- oInfo
- Address of an object CATSettingInfo.
- Returns:
- Legal values:
S_OK : on Success
E_FAIL: on failure
o GetAttributesFilter
public virtual HRESULT GetAttributesFilter( | int& | ioAttFilter) = 0 |
-
Retrieves the value to signify Whether "Attributes" of an activity are visible in PPR tree.
Role: Retrieves the value of the "Attributes" option to signify whether
the user attributes of a Process are visible in the PPR tree
- Parameters:
-
- ioAttFilter
- The Value to say whether it is a 'Show' or 'Hide'( Show = 0, Hide = 1 )
- Returns:
- Legal values:
S_OK : on Success
E_FAIL: on failure
o GetAttributesFilterInfo
-
Retrieves the state of the "Attributes" option.
- Parameters:
-
- oInfo
- Address of an object CATSettingInfo.
- Returns:
- Legal values:
S_OK : on Success
E_FAIL: on failure
o GetCollapseExpandFilter
public virtual HRESULT GetCollapseExpandFilter( | int& | ioCollapseFilter) = 0 |
-
Retrieves the value to signify Whether double clicking on an activity expands/collapses
a given activity in the PPR tree.
Role: Retrieves the value of the "Disable Collapse/Expand" option to signify
whether double clicking on an activity expands/collapses the PPr tree
- Parameters:
-
- ioCollapseFilter
- The Value to say whether it is a 'Show' or 'Hide'( Show = 0, Hide = 1 )
- Returns:
- Legal values:
S_OK : on Success
E_FAIL: on failure
o GetCollapseExpandFilterInfo
-
Retrieves the state of the "Disable Collapse/Expand" option.
- Parameters:
-
- oInfo
- Address of an object CATSettingInfo.
- Returns:
- Legal values:
S_OK : on Success
E_FAIL: on failure
o GetDisplayNameMode
public virtual HRESULT GetDisplayNameMode( | int& | ioDisplayNameMode) = 0 |
-
Retrieves the value to signify whether to display the Label or the E5 Configured Name
Role: Retrieves the value to signify whether to display the Label or the E5 Configured Name
- Parameters:
-
- ioDisplayNameMode
- The value to say whether the E5 Configured Name is to be displayed
- Returns:
- Legal values:
S_OK : on Success
E_FAIL: on failure
o GetDisplayNameModeInfo
-
Retrieves the state of the "Display E5 Configured Name" option.
- Parameters:
-
- oInfo
- Address of an object CATSettingInfo.
- Returns:
- Legal values:
S_OK : on Success
E_FAIL: on failure
o GetItemsFilter
public virtual HRESULT GetItemsFilter( | int& | ioItemsFilter) = 0 |
-
Retrieves the value to signify the visualization of Assigned Items in the PPR tree.
Role: Retrieves the value of the 'Items Folder' to signify whether
the Assigned Items would be visible in the PPR tree
- Parameters:
-
- ioItemsFilter
- The Value to say whether it is a 'Show' or 'Hide'( Show = 0, Hide = 1 )
- Returns:
- Legal values:
S_OK : on Success
E_FAIL: on failure
o GetItemsFilterInfo
-
Retrieves the state of the 'Items Folder' parameter.
- Parameters:
-
- oInfo
- Address of an object CATSettingInfo.
- Returns:
- Legal values:
S_OK : on Success
E_FAIL: on failure
o GetItemsPerRelationFilter
public virtual HRESULT GetItemsPerRelationFilter( | int& | ioItemsRelFilter) = 0 |
-
Retrieves the value to signify the visualization of Assigned Items with its type
of Relation.
Role: Retrieves the value of the 'Items Folder (per Relation Type)' to signify whether
the Assigned Items with different relations ( like First Processes Product) would be visible in the PPR tree
- Parameters:
-
- ioItemsRelFilter
- The Value to say whether it is a 'Show' or 'Hide'( Show = 0, Hide = 1 )
- Returns:
- Legal values:
S_OK : on Success
E_FAIL: on failure
o GetItemsPerRelationFilterInfo
-
Retrieves the state of the 'Items Folder( per Relation Type)' parameter.
- Parameters:
-
- oInfo
- Address of an object CATSettingInfo.
- Returns:
- Legal values:
S_OK : on Success
E_FAIL: on failure
o GetLogicalActFilter
public virtual HRESULT GetLogicalActFilter( | int& | ioLogActFilter) = 0 |
-
Retrieves the value to signify Whether the logical activites are visible in the PPR tree.
Role: Retrieves the value of the "Logical Activities" option to signify whether
the logical activities are visible in the PPR tree
- Parameters:
-
- ioLogActFilter
- The Value to say whether it is a 'Show' or 'Hide'( Show = 0, Hide = 1 )
- Returns:
- Legal values:
S_OK : on Success
E_FAIL: on failure
o GetLogicalActFilterInfo
-
Retrieves the state of the "Logical Activities" option.
- Parameters:
-
- oInfo
- Address of an object CATSettingInfo.
- Returns:
- Legal values:
S_OK : on Success
E_FAIL: on failure
o GetOutputProductFilter
public virtual HRESULT GetOutputProductFilter( | int& | ioPrdFilter) = 0 |
-
Retrieves the value to signify Whether "Output Products" associated with an activity
are visible or not.
Role: Retrieves the value of the "Output Product Folder" option to signify whether
the assigned output products of an activity are visible in the PPR tree
- Parameters:
-
- ioPrdFilter
- The Value to say whether it is a 'Show' or 'Hide'( Show = 0, Hide = 1 )
- Returns:
- Legal values:
S_OK : on Success
E_FAIL: on failure
o GetOutputProductFilterInfo
-
Retrieves the state of the "Output Product Folder" option.
- Parameters:
-
- oInfo
- Address of an object CATSettingInfo.
- Returns:
- Legal values:
S_OK : on Success
E_FAIL: on failure
o GetRenderStyle
public virtual HRESULT GetRenderStyle( | int& | ioRenderStyle) = 0 |
-
Retrieves the value to signify whether the default render style should be
Parallel or Perspective
Role: Retrieves the value of the "Render Style" option to signify
whether the 3D Render Style should be Parallel or Perspective
- Parameters:
-
- ioRenderStyle
- The value to say whether 3D Render Style should be Parallel or Perspective
- Returns:
- Legal values:
S_OK : on Success
E_FAIL: on failure
o GetRenderStyleInfo
-
Retrieves the state of the "Render Style" option.
- Parameters:
-
- oInfo
- Address of an object CATSettingInfo.
- Returns:
- Legal values:
S_OK : on Success
E_FAIL: on failure
o GetResourceFilter
public virtual HRESULT GetResourceFilter( | int& | ioResFilter) = 0 |
-
Retrieves the value of the 'Resource Filter'.
Role: Retrieves the value of the 'Resource Folder' to signify whether
the Assigned Resources would be visible in the PPR tree
- Parameters:
-
- ioResFilter
- The Value to say whether it is a 'Show' or 'Hide' ( Show = 0, Hide = 1 )
- Returns:
- Legal values:
S_OK : on Success
E_FAIL: on failure
o GetResourceFilterInfo
-
Retrieves the state of the 'Resource Folder' parameter.
- Parameters:
-
- oInfo
- Address of an object CATSettingInfo.
- Returns:
- Legal values:
S_OK : on Success
E_FAIL: on failure
o SetApplicativeDataFilter
public virtual HRESULT SetApplicativeDataFilter( | const int& | iAppFilter) = 0 |
-
Sets the value to signify Whether "Applicative Data" created by an application
is visible in the PPR tree.
Role: Sets the value of the "Applicative Data" option to signify whether
the "Applicative Containers" are visible in the PPR tree
- Parameters:
-
- iAppFilter
- The Value to say whether it is a 'Show' or 'Hide'( Show = 0, Hide = 1 )
- Returns:
- Legal values:
S_OK : on Success
E_FAIL: on failure
o SetApplicativeDataFilterLock
public virtual HRESULT SetApplicativeDataFilterLock( | unsigned char | iLocked)= 0 |
-
Locks or unlocks the "Attributes" option.
Role: Locks or unlocks the "Attributes" parameter if the
operation is allowed in the current administrated environment. In user mode
this method will always return E_FAIL.
- Parameters:
-
- iLocked
- the locking operation to be performed
Legal values:
1 : to lock the parameter.
0: to unlock the parameter.
- Returns:
- Legal values:
S_OK : on Success
E_FAIL: on failure
o SetAssignedViewer
public virtual HRESULT SetAssignedViewer( | const int& | iAssignedViewer) = 0 |
-
Sets the value to signify whether the default viewer is the 3D Assigned Viewer or not.
Role: Sets the value of the "Assigned Viewer" option to signify
whether the 3D Assigned Viewer is the default viewer or not.
- Parameters:
-
- iAssignedViewer
- The value to say whether 3D Assigned Viewer is default or not
- Returns:
- Legal values:
S_OK : on Success
E_FAIL: on failure
o SetAssignedViewerLock
public virtual HRESULT SetAssignedViewerLock( | unsigned char | iLocked)= 0 |
-
Locks or unlocks the "Assigned Viewer" option.
Role: Locks or unlocks the "Assigned Viewer" parameter if the
operation is allowed in the current administrated environment. In user mode
this method will always return E_FAIL.
- Parameters:
-
- iLocked
- the locking operation to be performed
Legal values:
1 : to lock the parameter.
0: to unlock the parameter.
- Returns:
- Legal values:
S_OK : on Success
E_FAIL: on failure
o SetAttributesFilter
public virtual HRESULT SetAttributesFilter( | const int& | iAttFilter) = 0 |
-
Sets the value to signify Whether "Attributes" of an activity are visible in PPR tree.
Role: Sets the value of the "Attributes" option to signify whether
the user attributes of a Process would be visible in the PPR tree
- Parameters:
-
- iAttFilter
- The Value to say whether it is a 'Show' or 'Hide'( Show = 0, Hide = 1 )
- Returns:
- Legal values:
S_OK : on Success
E_FAIL: on failure
o SetAttributesFilterLock
public virtual HRESULT SetAttributesFilterLock( | unsigned char | iLocked)= 0 |
-
Locks or unlocks the "Attributes" option.
Role: Locks or unlocks the "Attributes" parameter if the
operation is allowed in the current administrated environment. In user mode
this method will always return E_FAIL.
- Parameters:
-
- iLocked
- the locking operation to be performed
Legal values:
1 : to lock the parameter.
0: to unlock the parameter.
- Returns:
- Legal values:
S_OK : on Success
E_FAIL: on failure
o SetCollapseExpandFilter
public virtual HRESULT SetCollapseExpandFilter( | const int& | iCollapseFilter) = 0 |
-
Sets the value to signify Whether the double clicking on an activity expands/collapses
a given activity in the PPR tree.
Role: Sets the value of the "Disable Collapse/Expand" option to signify
whether double clicking on an activity expands/collapses the PPr tree
- Parameters:
-
- iCollapseFilter
- The Value to say whether it is a 'Show' or 'Hide'( Show = 0, Hide = 1 )
- Returns:
- Legal values:
S_OK : on Success
E_FAIL: on failure
o SetCollapseExpandFilterLock
public virtual HRESULT SetCollapseExpandFilterLock( | unsigned char | iLocked)= 0 |
-
Locks or unlocks the "Disable Collapse/Expand" option.
Role: Locks or unlocks the "Disable Collapse/Expand" parameter if the
operation is allowed in the current administrated environment. In user mode
this method will always return E_FAIL.
- Parameters:
-
- iLocked
- the locking operation to be performed
Legal values:
1 : to lock the parameter.
0: to unlock the parameter.
- Returns:
- Legal values:
S_OK : on Success
E_FAIL: on failure
o SetDisplayNameMode
public virtual HRESULT SetDisplayNameMode( | const int& | iDisplayNameMode) = 0 |
-
Sets the value to signify whether the E5 Configured Name is to be displayed
Role: Sets the value to signify whether the E5 Configured Name is to be displayed
- Parameters:
-
- iDisplayNameMode
- The value to say whether E5 Configured Name is to be displayed
- Returns:
- Legal values:
S_OK : on Success
E_FAIL: on failure
o SetDisplayNameModeLock
public virtual HRESULT SetDisplayNameModeLock( | unsigned char | iLocked)= 0 |
-
Locks or unlocks the "Display E5 Configured Name" option.
Role: Locks or unlocks the "Display E5 Configured Name" parameter if the
operation is allowed in the current administrated environment. In user mode
this method will always return E_FAIL.
- Parameters:
-
- iLocked
- the locking operation to be performed
Legal values:
1 : to lock the parameter.
0: to unlock the parameter.
- Returns:
- Legal values:
S_OK : on Success
E_FAIL: on failure
o SetItemsFilter
public virtual HRESULT SetItemsFilter( | const int& | iItemsFilter) = 0 |
-
Sets the value to signify the visualization of Assigned Items in the PPR tree.
Role: Sets the value of the 'Items Folder' to signify whether
the Assigned Items would be visible in the PPR tree or not.
- Parameters:
-
- iItemsFilter
- The Value to say whether it is a 'Show' or 'Hide'( Show = 0, Hide = 1 )
- Returns:
- Legal values:
S_OK : on Success
E_FAIL: on failure
o SetItemsFilterLock
public virtual HRESULT SetItemsFilterLock( | unsigned char | iLocked)= 0 |
-
Locks or unlocks the 'Resource Filter' parameter.
Role: Locks or unlocks the 'ResourceFilter' parameter if the
operation is allowed in the current administrated environment. In user mode
this method will always return E_FAIL.
- Parameters:
-
- iLocked
- the locking operation to be performed
Legal values:
1 : to lock the parameter.
0: to unlock the parameter.
- Returns:
- Legal values:
S_OK : on Success
E_FAIL: on failure
o SetItemsPerRelationFilter
public virtual HRESULT SetItemsPerRelationFilter( | const int& | iItemsRelFilter) = 0 |
-
Sets the value to signify the visualization of Assigned Items with it's type of Relation.
Role: Sets the value of the 'Items Folder (per Relation Type)' to signify whether
the Assigned Items with different relations ( like First Processes Product) would be visible in the PPR tree or not.
- Parameters:
-
- iItemsRelFilter
- The Value to say whether it is a 'Show' or 'Hide'( Show = 0, Hide = 1 )
- Returns:
- Legal values:
S_OK : on Success
E_FAIL: on failure
o SetItemsPerRelationFilterLock
public virtual HRESULT SetItemsPerRelationFilterLock( | unsigned char | iLocked)= 0 |
-
Locks or unlocks the 'Items Folder( per Relation Type)' parameter.
Role: Locks or unlocks the 'ResourceFilter' parameter if the
operation is allowed in the current administrated environment. In user mode
this method will always return E_FAIL.
- Parameters:
-
- iLocked
- the locking operation to be performed
Legal values:
1 : to lock the parameter.
0: to unlock the parameter.
- Returns:
- Legal values:
S_OK : on Success
E_FAIL: on failure
o SetLogicalActFilter
public virtual HRESULT SetLogicalActFilter( | const int& | iLogActFilter) = 0 |
-
Sets the value to signify Whether the logical activites are visible in the PPR tree.
Role: Sets the value of the "Logical Activities" option to signify whether
the logical activities are visible in the PPR tree
- Parameters:
-
- iLogActFilter
- The Value to say whether it is a 'Show' or 'Hide'( Show = 0, Hide = 1 )
- Returns:
- Legal values:
S_OK : on Success
E_FAIL: on failure
o SetLogicalActFilterLock
public virtual HRESULT SetLogicalActFilterLock( | unsigned char | iLocked)= 0 |
-
Locks or unlocks the "Logical Activities" option.
Role: Locks or unlocks the "Logical Activities" parameter if the
operation is allowed in the current administrated environment. In user mode
this method will always return E_FAIL.
- Parameters:
-
- iLocked
- the locking operation to be performed
Legal values:
1 : to lock the parameter.
0: to unlock the parameter.
- Returns:
- Legal values:
S_OK : on Success
E_FAIL: on failure
o SetOutputProductFilter
public virtual HRESULT SetOutputProductFilter( | const int& | iPrdFilter) = 0 |
-
Sets the value to signify Whether Output Products associated with an activity
is visible in the PPR tree.
Role: Sets the value of the "Output Product Folder" option to signify whether
the assigned output products for an activity would be visible in the PPR tree
- Parameters:
-
- iAppFilter
- The Value to say whether it is a 'Show' or 'Hide'( Show = 0, Hide = 1 )
- Returns:
- Legal values:
S_OK : on Success
E_FAIL: on failure
o SetOutputProductFilterLock
public virtual HRESULT SetOutputProductFilterLock( | unsigned char | iLocked)= 0 |
-
Locks or unlocks the "Output Product Folder" option.
Role: Locks or unlocks the "Output Product Folder" parameter if the
operation is allowed in the current administrated environment. In user mode
this method will always return E_FAIL.
- Parameters:
-
- iLocked
- the locking operation to be performed
Legal values:
1 : to lock the parameter.
0: to unlock the parameter.
- Returns:
- Legal values:
S_OK : on Success
E_FAIL: on failure
o SetRenderStyle
public virtual HRESULT SetRenderStyle( | const int& | iRenderStyle) = 0 |
-
Sets the value to signify whether the default viewer is the 3D Assigned Viewer or not.
Role: Sets the value of the "Render Style" option to signify
whether the 3D Render Style should be Parallel or Perspective
- Parameters:
-
- iAssignedViewer
- The value to say whether 3D Render Style should be Parallel or Perspective
- Returns:
- Legal values:
S_OK : on Success
E_FAIL: on failure
o SetRenderStyleLock
public virtual HRESULT SetRenderStyleLock( | unsigned char | iLocked)= 0 |
-
Locks or unlocks the "Render Style" option.
Role: Locks or unlocks the "Render Style" parameter if the
operation is allowed in the current administrated environment. In user mode
this method will always return E_FAIL.
- Parameters:
-
- iLocked
- the locking operation to be performed
Legal values:
1 : to lock the parameter.
0: to unlock the parameter.
- Returns:
- Legal values:
S_OK : on Success
E_FAIL: on failure
o SetResourceFilter
public virtual HRESULT SetResourceFilter( | const int& | iResFilter) = 0 |
-
Sets the value of the 'Resource Filter'.
Role: Sets the value of the 'Resource Folder' to signify whether
the Assigned Resources would be visible in the PPR tree or not
- Parameters:
-
- iResFilter
- The Value to say whether it is a 'Show' or 'Hide' ( Show = 0, Hide = 1 )
- Returns:
- Legal values:
S_OK : on Success
E_FAIL: on failure
o SetResourceFilterLock
public virtual HRESULT SetResourceFilterLock( | unsigned char | iLocked)= 0 |
-
Locks or unlocks the 'Resource Folder' parameter.
Role: Locks or unlocks the 'ResourceFilter' parameter if the
operation is allowed in the current administrated environment. In user mode
this method will always return E_FAIL.
- Parameters:
-
- iLocked
- the locking operation to be performed
Legal values:
1 : to lock the parameter.
0: to unlock the parameter.
- Returns:
- Legal values:
S_OK : on Success
E_FAIL: on failure
This object is included in the file: CATISPPTreeTabSettingAtt.h
If needed, your Imakefile.mk should include the module: CATProcessInterfaces