AcadPreferencesFilesClassSupportPath Property
|
Namespace: BricscadApp
Assembly: Interop.BricscadApp (in
Interop.BricscadApp.dll) Version: 21.0.0.0
Syntax
public virtual string this { get; set; }
Public Overridable Default Property SupportPath As String
Get
Set
public:
virtual property String^ default {
String^ get ();
void set (String^ value);
}
abstract SupportPath : string with get, set
override SupportPath : string with get, set
Property Value
Type:
String
Implements
IAcadPreferencesFilesSupportPath
See Also