MentalRayRenderSettingsTraitsExportMIFileName Property
|
Property that represents file name for an
exported MI file.
Namespace: Teigha.GraphicsInterface
Assembly: TD_Mgd (in TD_Mgd.dll) Version:
26.9.0.0
Syntax
public abstract string ExportMIFileName { get; set; }
Public MustOverride Property ExportMIFileName As String
Get
Set
public:
virtual property String^ ExportMIFileName {
String^ get () abstract;
void set (String^ value) abstract;
}
abstract ExportMIFileName : string with get, set
Property Value
String
See Also