IDomainModelSerializer.CalculateDiagramFileName(String) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Returns the name of the diagram file that accompanies the supplied model file
public:
System::String ^ CalculateDiagramFileName(System::String ^ modelFileName);
public string CalculateDiagramFileName (string modelFileName);
abstract member CalculateDiagramFileName : string -> string
Public Function CalculateDiagramFileName (modelFileName As String) As String
Parameters
- modelFileName
- String
The name of the model file
Returns
The name of the diagram file, or null/empty if a diagram file name could not be calculated.