mPDFExportParamsPRCMode
Property
|
Property that represents PRC support mode.
Available values: * (0) Disabled - Export to PRC is disabled. * (1)
AsBrep - Exports PRC is supported as Boundary representation. * (2)
AsMesh - Exports PRC is supported as Mesh representation.
Namespace: Teigha.Export_Import
Assembly: TD_Mgd (in TD_Mgd.dll) Version:
26.9.0.0
Syntax
public PRCSupport PRCMode { get; set; }
Public Property PRCMode As PRCSupport
Get
Set
public:
property PRCSupport PRCMode {
PRCSupport get ();
void set (PRCSupport value);
}
member PRCMode : PRCSupport with get, set
Property Value
PRCSupport
See Also