PlotSettingsValidatorGetLocaleMediaName(PlotSettings,
Int32) Method
|
Namespace: Teigha.DatabaseServices
Assembly: TD_Mgd (in TD_Mgd.dll) Version:
26.3.0.0
Syntax
public string GetLocaleMediaName(
PlotSettings plotSet,
int index
)
Public Function GetLocaleMediaName (
plotSet As PlotSettings,
index As Integer
) As String
public:
String^ GetLocaleMediaName(
PlotSettings^ plotSet,
int index
)
member GetLocaleMediaName :
plotSet : PlotSettings *
index : int -> string
Parameters
- plotSet PlotSettings
-
- index Int32
-
Return Value
String
See Also