RasterImageDefSuggestName
Method
|
Namespace: Teigha.DatabaseServices
Assembly: TD_Mgd (in TD_Mgd.dll) Version:
26.3.0.0
Syntax
public static string SuggestName(
DBDictionary imageDictionary,
string newImagePathName
)
Public Shared Function SuggestName (
imageDictionary As DBDictionary,
newImagePathName As String
) As String
public:
static String^ SuggestName(
DBDictionary^ imageDictionary,
String^ newImagePathName
)
static member SuggestName :
imageDictionary : DBDictionary *
newImagePathName : string -> string
Parameters
- imageDictionary DBDictionary
-
- newImagePathName String
-
Return Value
String
See Also