ServiceClientGenerator.CustomizationsModel.GetSubstituteShapeName C# (CSharp) Method

GetSubstituteShapeName() public method

Returns the name of the shape that should be used instead of the supplied shape
public GetSubstituteShapeName ( string originalShapeName ) : string
originalShapeName string The shape to have its name changed
return string
        public string GetSubstituteShapeName(string originalShapeName)
        {
            return GetRemappedShapeName(originalShapeName, EmitAsShapeKey);
        }