SoToHTMLActionApply Method (SoPathList, Boolean) |
Generate HTML output for the specified list of path.
Namespace: OIV.Inventor.ActionsAssembly: OIV.Inventor (in OIV.Inventor.dll) Version: 2023.1.3.0 (2023.1.3)
Syntax public override void Apply(
SoPathList pathList,
bool flag
)
Public Overrides Sub Apply (
pathList As SoPathList,
flag As Boolean
)
public:
virtual void Apply(
SoPathList^ pathList,
bool flag
) override
abstract Apply :
pathList : SoPathList *
flag : bool -> unit
override Apply :
pathList : SoPathList *
flag : bool -> unit
Parameters
- pathList
- Type: OIV.InventorSoPathList
- flag
- Type: SystemBoolean
Remarks See Also