Share via


DslDefinitionModelDomainModelSerializerBase.CalculateDiagramFileName Method

Definition

Calculates and returns the name of the diagram file for the specified model file

public:
 virtual System::String ^ CalculateDiagramFileName(System::String ^ modelFileName);
public virtual string CalculateDiagramFileName (string modelFileName);
abstract member CalculateDiagramFileName : string -> string
override this.CalculateDiagramFileName : string -> string
Public Overridable Function CalculateDiagramFileName (modelFileName As String) As String

Parameters

modelFileName
String

The relevant model file name

Returns

Name of the associated diagram file

Implements

Remarks

There is no guarantee that either the model file or the calculated diagram file exist.

Applies to