PoPrintMonitorSetApply Method (SoPathList, Boolean) |
Sets apply function to a pathList.
Namespace: OIV.HardCopy.EditorsAssembly: OIV.HardCopy (in OIV.HardCopy.dll) Version: 9.9.13.0 (9.9.13.0)
Syntaxpublic void SetApply(
SoPathList pathList,
bool obeysRules
)
Public Sub SetApply (
pathList As SoPathList,
obeysRules As Boolean
)
public:
void SetApply(
SoPathList^ pathList,
bool obeysRules
)
member SetApply :
pathList : SoPathList *
obeysRules : bool -> unit
Parameters
- pathList
- Type: OIV.InventorSoPathList
- obeysRules
- Type: SystemBoolean
Remarks
See Also